AJAX :: ModalPopup Not Working With Embedded Video?
Jan 18, 2010
I have a movie embeded of type="application/x-shockwave-flash" and it's not working. Am I doing something wrong? I copied the embeded code and replace the DIV in the ModalPopup example page and it's not working.
View 2 Replies
Similar Messages:
May 4, 2010
When using a modal popup extender along with an embedded video, the popup is hidden behind the video in IE but works as expected in FF.I've tried manually setting the z-index of the popup to a huge number and the z-index of the video object to 1 but this makes no difference.
I've put the code for a sample page below.
[Code]....
View 2 Replies
Mar 9, 2011
Using StringBuilder im building my object in code behind so its customize for our needs.. I placed a Literal control within the modalpopup and populating it when you click on a button..On my test page everything works great to display it and when fed a value video file, it plays.. on that page, it wasnt contained within a modalpopup.Now on my actual dev page that i need it on, i placed the literal control within the modalpopup, and when you click on the button, it builds the object..my modal popup comes up and everything shows up except the object which is weird, because within the stringbuilder i have 4 buttons below the object and those show up, just not the object control itself.. can a object not be built and displayed like this?What makes it weirder is that when the modal popup opens, you can view the source of the page and my entire customize object control is there, but it just doesnt render on the page..
View 4 Replies
May 12, 2010
Method 1:(does not work on IE, works on Firefox, the downloadatt.aspx load video from document server and ouput)
<object width="320" height="240" autoplay="false" controller="true" scale="ASPECT" src="http://localhost/TestVideo/DownloadAtt.aspx">
<embed play="false" autoplay="false" controller="true" width="320" height="240" src="http://localhost/TestVideo/DownloadAtt.aspx"></embed></object>
Method 2 works
<object classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' id='player' width="320" height="240" standby='Please wait while the object is loaded...'>
<param name='src' value="http://localhost/TestVideo/DownloadAtt.aspx" />
<embed play="false" autoplay="false" controller="true" width="320" height="240" src="http://localhost/TestVideo/DownloadAtt.aspx"></embed></object>
</object>
But the problem is that I do not know the video format, so I can not predefine object's classid.
I prefer method 1(since I do not need to worry about the video format), But it does not work on IE, I used to point the src to an ISAPI dll which does the same thing as DownloadAtt.aspx(below) and it works. Now I change to Asp.net, it does not work. :(
Does anybody know how to make the method 1 work?
File DownloadAtt.aspx:
[Code]....
View 9 Replies
Feb 2, 2011
I am using visual basic web developer 2010 express. I have downloaded aspnetflashvideo web control to my toolbox. I then dragged it onto my web form and get the following 'Unrecognized tag prefix or device filter 'AspNetFlashVideo'.' Is there something else I need to do when I added this control to my toolbox?
View 7 Replies
Feb 7, 2011
I have three modal popups that are working properly because I test it the controls with simple plain text.
I placed a form view and a datalist in the first two modal popups and everything seems to be okay.
I need to place a user control in the third modal popup but everytime I place the user control I get a javascript error for that particular modal popup.
When I copy paste the same modal popup on a blank page and place the user control inside of the panel then the modal popup works perfectly fine.
I basically copy/paste the same code back where the other two modal popups are then I get the same JavaScript error.
The modal popup crashes first on:
this._popupElement.parentNode.appendChild(this._foregroundElement);
View 7 Replies
Feb 1, 2010
I have code for embedded video as follows:
[Code]....
I don't want to create 10 similar pages with different video. I want to have buttons to different videos, which will onclick just change links (value=)
Cannot realize how to make this connection in C#.
View 9 Replies
Mar 30, 2011
I have a modalpopup extender attached to a button. That is to say the button is the targetcontrol id of the modalpopupsxtender. I would still like the onclick event of that button to work because only the onclient click event is working. How can i go about this.
View 1 Replies
Jun 22, 2010
I'm doing a website with Ajax and Framework3.5.
I have a update panel inside a modalpoupextendar which is in another update panel.
When user need to click the button in the parent update panel the modal popup will appear,
then in the popup if user click a button there I Need to show some text in a user control which placed in the panel.
See the html tag and tel me any solution. Its not working for the first click its working in the second click only.
Code:
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="False">
<ContentTemplate>
<asp:Button ID="btnHidden" runat="server" Text="Button" />
<cc1:ModalPopupExtender ID="ModalPopupExtender2" runat="server" BackgroundCssClass="modalBackground"
BehaviorID="popup" DropShadow="true" PopupControlID="pnlUpdate" CancelControlID="btnNo"
TargetControlID="btnHidden">
</cc1:ModalPopupExtender>
<asp:Panel ID="pnlUpdate" runat="server" CssClass="modalPopup" >
<div>
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always">
<ContentTemplate>
<div>
<uc1:Feedback ID="Feedback2" runat="server" />
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger controlid="btnTest" eventname="Click" />
</Triggers>
</asp:UpdatePanel>
<asp:Button ID="btnTest" runat="server" Text="Test" onclick="btnTest_Click" />
<asp:Button ID="btnNo" runat="server" Text="Cancel" /></div>
</div>
</asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
View 6 Replies
Dec 3, 2010
dear all, my requiredfieldvalidator is screwing up my ok button in my modalpopup and I dont know why. In otherwords, once I include my requiredfieldvalidator and the user clicks ok in the modalpopup, the ok doesnt get fired. see my code below.
[Code]....
View 6 Replies
Mar 13, 2010
To get the lok and feel and lil idea about my problem[URL]in this web site you can see the list of videos..when you click on the video it starts..in my case it does not work...i've made setting in IIS that it should support flv files in my HTTP HEADERSbut still it's not working on my local machine and also i have the latest flash player..when i click on video the player is not loaded..so any idea ...wot is going on...?
View 3 Replies
Mar 14, 2010
go to [URL]
in this web site you can see the list of videos..
when you click on the video it starts..
in my case it does not work...
i've made setting in IIS that it should support flv files in my HTTP HEADERS
but still it's not working on my local machine and also i have the latest flash player..
when i click on video the player is not loaded..
View 4 Replies
Jan 5, 2011
I have the modal popup come up for searching something. Inside the popup (panel) I have a txtbox and a search button. I enter text and hit 'search' and the results are shown in a listview within the popup. Now every row in the list view has a button "Select". I want to click on one of those buttons to select a particular value.
Now on click of the button(within the listview), I tried calling a javascript function and doing $find('mdlPopup').hide(); , which makes the popup dissappear. But somehow the debugger takes me straight to Global.asax.Application_Error() and doesn't even give me a stack trace to see wht the issue is. And over that, the popup looks dissapeared, but the rest of the controls on the page are not enabled back. Strange?
I'm assuming, that the popup doesn't close as intended and it errored out (which took me to Global.asax.Application_Error() ), and is not enabling the rest of the controls in the page.So my question is, how do I assign multiple buttons in a listview to the okbutton (or cancelbutton) of a modalpopup extender?
View 4 Replies
Oct 13, 2010
I have a text box that is intended for an Email address. I am using a Regular eExppression validation control to validate the email address. When I place the following lines of code in a blank web Form, the validator works properly.
<asp:TextBox ID="Email" runat="server" CssClass="DefaultTextBox TextboxWidth" MaxLength="80"></asp:TextBox>
<asp:RegularExpressionValidator ID="valEmail" runat="server" ControlToValidate="Email" ErrorMessage="Invalid Email address" SetFocusOnError="True" ToolTip="Invalid Email address" ValidationExpression="w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*">*</asp:RegularExpressionValidator`>
However, when I use the validation control within a CreateUserWizard control, it does not seem to fire but other validation controls (Required and Custom validators) do fire, but not the regular expression validator above for validating the address. The following is my complete web page. The two controls above appear unchanged in the code below, they are simply embedded into the wizard control mentioned.
<%@ Page Title="" Language="VB" MasterPageFile="~/Master Pages/MasterPage.master" AutoEventWireup="false" CodeFile="Login.aspx.vb" Inherits="Login" %>
<%@ MasterType VirtualPath="~/Master Pages/MasterPage.master" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<style type="text/css">
.TextboxWidth
{
width: 200px;
}
.Heading
{
font-weight: bold;
font-size: 12pt;
color: rgb(44, 68, 105);
}
.StdFrameWidth...............
View 1 Replies
Feb 11, 2010
In my gridview I have a dropdown and if the user select [NO], I show a textbox under the dropdown, However, I don't like how it looks, so is there a way to open up a modal using the modalExtender or the jquery thickbox from my dropdown via the code behind?
I'm already using the thickbox on other pages via a button, but can it be done via a dropdown that is embedded within a gridview?
View 6 Replies
Nov 15, 2010
I have a simple page createuser.aspx
on that page is a custom control userdetails.ascx
[code]....
But is the use of a control if i have to place the methods in every page, might as well copy paste the whole this.
From this i assume that it can be done differently, properly.
View 1 Replies
Sep 30, 2010
I have a text box embedded in a wizard control and I want to use the ajax calender extender to populate the textbox in the wizard, but the extender does not find the text box.
View 3 Replies
Mar 7, 2011
I have an update panel within it i have my activeX control, below it i have a dropdown that you make a selection from, once you make a selection im trying to pass in different paramters, which really are just the source of the control, since everything else will be the same.. but when i make a selection, the control disappears..
If i remove the update panel and make a selection the control is still visable on the page, at the moment, i dont have much setup, im just trying to get the page layout and framework setup adn working, then i can start plugging in my datasource so actual data is being passed in..
I do have a trigger associated with the updatepanel, but with or without it it still causes the control to disappear..
Just to be clear, it disappearing when i view the page in my browser and make a selection, not within VS. Whats weird is that ONLY that control disappears, the rest of the controls on the page stay visible, the dropdown and buttons.
View 2 Replies
Feb 4, 2010
I have a website that's developed in ASP.NET and uses the AJAX Toolkit (asp:ToolkitScriptManager) for a couple of extenders. The AJAX effects (e.g. ) work perfectly across IE 7, IE8, FF3.5, Safari, and Chrome. However, I embedded my site in a desktop Flex-AdobeAir application using the component which is able to run the entire site including javascript except where the AJAX is used.
I narrowed the source of the problem down to the difference between using asp:ToolkitScriptManager and asp:ScriptManager. Here's an example page that will display "Safari" in the embedded flex browser as the result of document.write(Sys.Browser.name):
<%@ Page Language="C#" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[code]...
However, if you change
<asp:ScriptManager ID="TheScriptManager" runat="server"></asp:ScriptManager>
to
<asp:ToolkitScriptManager ID="TheScriptManager" runat="server"></asp:ToolkitScriptManager>
it suddenly does not display anything on the flex browser.
View 1 Replies
Dec 21, 2010
I have a page.. which im trying to implement a gridview that allows you to select from it, it will open a modalpopup with a list of records linked to the selection.. now within that popup, you can pick a individual record so you can see full details..So my question is, can you have multiple modalpopup's open at the same time? If not then is there anyway to reopen the first popup with the list again so that you can pick another record
View 3 Replies
Aug 28, 2010
I have been trying over a week to make ModalPopup work. Still can't understand how to do it. Actually, I didn't find a way to use ANYTHING from the Ajax Control Toolkit.I want to put a ModalPopup with the Toolkit 4 in the Log In of this file:
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="WebApplication1.SiteMaster" %>
View 6 Replies
Oct 9, 2010
i want to know what is the use RepositionMode property of the modal popup control extender of ajax toolkit control,i know it is enum type what is i want is primary purpus .
View 2 Replies
Oct 8, 2010
I'm trying to use ModalPopup Extender but I can't make it to be a true modal control. In my app I'm using asp menu and the menu is always enabeld and active when the ModalPopup is activated. Other controls on the page seem to be disabled (i.e. as expected).
View 2 Replies
Oct 28, 2010
When I place ASP:RequiredFieldValidator on my ModalPopUp's panel, then why panel is not seen to me.
If I remove Validator on my ModalPopUp's panel then it works alright.
Why?
How to get worked Validators on ModalPopUp?
View 6 Replies
Mar 12, 2011
i have used modalpopupextender in my project .. in that i have dropdownlist .problem is that when i want to select any item from the list by arrow keys the control goes from modalpopup to vertical scrollbar of the main screen and whole screen get scrolling when i use up and down arrow key...
i don't want it , i want when i use up and down arrow key the control should be on the modalpopup..
View 1 Replies