I need this video to play automatically. It would be nice, this code can play videos from other sources like yahoo etc.. Is it also possible to use HTML5, instead of jquery?
I'm trying to make a project like YouTube which will allow all video extensions to be uploaded , take a thumble from the vedio and play it in flv player I wrote my code using ffmpeg.exe and it woks great but my host can't support executable files i searched alot for dll with documentation but i couldn't find one
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?
How can we upload video to Youtube without using its api in asp.net? My requirement is that user uploads video to our site and after admin approval that video is uploaded to Youtube. I'm using ASP.NET
I would like also to know the way to have an embedded video in my site that will not have the play buttons and play again and again. Is there a way to do that??
How can one display You Tube Video on .aspx page. I had created one table in DB containing URL details but couldn't make out how to show them. I have to display one button on whose click all Video listing are to be displayed and on click of any video, Video should be displayed.
I have a youtube video that I have put in a <div> and I have a <div id="Over"> itself.
The youtube video is on top of the other <div id="Over">. So I have tried to put absolute position and z-index and wmode opaque to the youtube video but with no success.
How to put the youtube video to it comes Under the <div id="Over">. ?
From couple of days i am trying to display a you tube video in my aspx page.but i am facing some problems.
When i started this i thought that this will be very easy task,because i thought that i will have to paste the embed code from you tube and thats it.Now i think its not that simple
Here's what i did
i opened you tube and opened a videos cliked on embed button and copied then embed code and then pasted in my webform.
Run the application and i saw the thumbnail clicked on the play button but got the error
"an error occured please try again later" and this continues forever.
where as the video works perfactly fine if opened from you tube website
I have embedded you tube video into my project.The problem which i'm facing is that when i double click on that video it opens in new tab.What i want is that when i click that video it should open in full screen.Below is the link where i have seen this behaviour
I have a button on my aspx page.now i need to get the list of videos with its nuber of views uploaded by a user on youtube.pls help me how to perform this task.this info will be shown in gridview or list view ar any other thing which is suitable.
I want to show video in my page but i don't know how to do it? i want to save embed code of video from you tube in my access DB , and show the video on btn_click.
<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. :(
How can we upload video to Youtube? My requirement is that user uploads video to our site and after admin approval that video is uploaded to Youtube. i.e. The video is not directly uploaded to youtube when user uploads it to our website