AJAX :: Add Video On Webpages?
Dec 22, 2010How i put the video on Web pages using ASP.NET???
View 2 RepliesHow i put the video on Web pages using ASP.NET???
View 2 RepliesI wnt to see video but i don't wnt to use media player.....
View 1 RepliesWhen 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]....
I am .NET developer & new to Mobile Web Applications. I am working on ASP.NET 3.5 & VS2008. Currently our clients can access our site through Desktop browsers & now I am working on creating Mobile Web Application of the same.
I have started with stuff from Visual Web Developer Team Blog Post & [URL]
Now our current Web Application uses Ajax & I want to use same in our Mobile Web Application but I am not able to use Ajax controls on these mobile pages.
1. Do Mobile Web Pages supports Ajax or not?
I followed a video tuturiol for the Ajax Accordion control and also created it manually using VWD2010ExpressAlthough the source code I downloaded works fine, mines dosen't. The links for the panes will not respond. Everything else seems to be ok.
<body>
<form id="form1" runat="server">
<div id="container">
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
<div>
[code]...
Now i'm currently trying to code a basic website as a project and i've run into problems regarding a search video function. having searched through the forum i still could not find a solution.What i intend to do is to have a video search web service in my website, perhaps something like this:http://www.google.com/uds/solutions/...rch/index.html. however from my limited understanding the codes provided is unable to work with VS2005? Is there a basic template that i could follow and implement for a video search function for youtubes video?
View 8 RepliesWhat is the best and easiest-to-use video player for popular video extension in asp.net?
View 1 RepliesI want to post few videos on a website but i don't want to use youtube or any other website.
I want to have an in-build player on the webpage with video in it - how to accoplish that ?
I am trying to integrate a JQuery script to have a video lightbox (with a youtube video) inside an asp.net updatepanel that does a postback before the lightbox is loaded. The code is perfectly working if it is put outside the updatepanel Bascically in my aspx page I have an updatepanel with two panels, one of them is initially not visible and it contains the ligthbox :
[Code]....
I have a button inside the updatepanel that if pressed makes the pnlVideoLightbox visible. Then I just click on the thumbnail that should fire the lightbox but the browser redirects to the youtube website instead of firing the JQuery code.
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 Repliesmy codes below is not working. It only work if I totally take out the modal popup.
Error occurred at this line "ytplayer.loadVideoById(videoID);"
error message: Object doesn't support this property or method
[Code]....
Working code is below
[Code]....
I have a youtube video inside my ModalPopupExtender.
Basically, user click a button to pop up the panel with the youtube video in it.
The problem is, the video continue to run even after user close the popup.
Is there anyway for me to stop it when user click the close(close popup) button?
[Code]....
How to show progress bar while uploading video files using ASP.Net,C#.
View 1 RepliesI want know how to add video in mvc 2.0 using Video tag in Html 5 .I am trying to add video using video it display Erro video tag is not defined please help me How to add video in MVC 2.0
View 3 RepliesI have an ASP.NET page that I would like to include inside of my classic asp website. The classic asp pages were originally written in Dreamweaver CS4.
What steps need to be taken? Will I need to convert all pages to asp.net or can I leave them alone? Will they convert easily if I have to convert to ASP.NET.
how to browse my web (aspx) pages in intranet
View 1 RepliesUsing C#
How to display a message box in C#
I cannot find the message box in the dropdownlist....
How to display a message box in webpages...
I know that System.Web.WebPages.WebPage has a read-only Model property of type dynamic.
By default this property is null when accessed in a Razor cshtml page. My question is if I want an Mvc-style approach (without using full-fledged Mvc3) how would I set Model to something before the page renders?
What setting must I change under IIS to allow access to the folders? I am looking for that settings for hours, nothing found.
It seems like it is giving a 403 error when I tried to access the folder.
we have a reseller web application that uses basically the same asp.net codes on different domains. However we replaced the cookies in the web.config files to the root domain of each domain and the timeout time to 1000
HOwever for the initial site that was setup, it runs well. But every additional site times out after about 2mins
I have looked through the web.config so many times to see if anything is conflicting but cant find anything.
I need to pass a dollar amount from one webpageto another webpage without letting the user modify the values when the values are passed between these pages. ie Page 1 (entry page) to Page 2 (confirmation page)
View 2 Replies-store in database table just the url to the image file located on file system of web server(ex:"C:image.jpg")?
-store them in database table as type "image"?
-store them in database table as filestream data?
How do I link a control to an external style sheet? What folder do I put the external style sheet in?
View 2 RepliesI am working on the Home Page of a new client. The client wants me to show 5 images in his home page, which he does not want to part with.I am using a master page and also a user control in the home page.All this make the home page too heavy(if this is the right word).All are .jpg images.
The master page contains logos and the user control is a table containing hyperlink to navigate to other web pages.
I have been working on a web application using C# and I want to capture images from my webcam on the registration page. The concept is as the page loads, the system checks for a webcam connected and if the webcam is found conencted, Image streaming should be done and the frames would be displayed on the page. As soon as I click the "Grab Image" button, the Image should be captured and stored to a database.
View 12 Replies