Data Controls :: Play YouTube Video From Database In DataList
Aug 10, 2013Follow this Link [URL] .... in this tutorial can play video popup but i wnat to retrive this video link in sqlserver using datalist ...
View 1 RepliesFollow this Link [URL] .... in this tutorial can play video popup but i wnat to retrive this video link in sqlserver using datalist ...
View 1 RepliesI want to give the videos Upload and Play feature in website, and i want to use youtube for play the uploaded video.
So please suggest me how to upload videos and store these video in sql database and how to link these video to youtube.
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?
View 4 RepliesI want to shore youtube url in to database then want to show video in datalist or gridview by using the url. in datalist there will be video player show.
View 1 RepliesI want use flowplayer to play my flv video file. I have a datalist like below :
<asp:DataList ID="frmViedo" runat="server">
<ItemTemplate>
<div class="flowplayer"> <video>
<source type="video/flv" src='<%# Eval("Vurl" , "~/Videos/Video/{0}") %>'>
</video></div>
</ItemTemplate></asp:DataList>
In code behind :
if (Request.QueryString["vid"] != null) {
frmViedo.DataSource = video.GetVideoById(Convert.ToInt32(Request.QueryString["vid"]));
frmViedo.DataBind();
} public OleDbDataReader GetVideoById(int id) {
string strSelect = "select * from Video where VID = @VID";
return ExecuteReader(CommandType.Text, strSelect, new OleDbParameter[]{
new OleDbParameter("@VID" , id),
}); }
But it don't work and i get this error :
Adobe Flash is disabled for this page, click player area to enable. Why?
how can i store youtube or any other video URL or link in database and retrive from database
and what control i use in this in C sharp
I have a DB in which I store Video File Path. Now I want to show that video on my ASP page. especially demo with FlowPlayer.
View 1 RepliesI 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.
View 1 RepliesI want to play videos through handler which are installed in my database table. I have written code in handler file and Its working in IE but not working in firefox and safari. Please take a look at my code belove and tell me where I am doing wrong and what should I do to working in both browser.
[Code]....
Setting in my web.config file to class hanlder.
[Code]....
How to save video file in sql . and play on web page in asp.net c#.
View 1 RepliesNow 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 RepliesHow 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
View 3 RepliesI 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??
View 2 RepliesI 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">. ?
[Code]....
I am using ASP.NET 2008 web developer and i dont know how to share youtube videos in my pages.
I want to play youtube videos in my site without upload
[Code]....
[Code]....
[Code]....
I uploaded video in sql-server by using codeproject [URL[ article.this is working fine. Now I want to play this video in flash player like youtube.
how to play video from sql-server to flash player.
does anyone know how can i move a video from youtube that i have put in a site
html code is here i see the video but from design i cannot move the video
[code]....
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.
View 6 RepliesHow 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
View 4 RepliesI want to develop a video gallery as one of the module of my website. I am planning to use the youtube api for this. Following features are needed in the gallery.
The users should be able to upload videos and view videos.There is no need for the user to login to the youtube website. The youtube authentication will of the my website.I should be able to get the thumbnail of the uploaded video to be displayed.
I need to track youtube video status.I need to check the video is played till the end or not.After clicking an play button,user has to see the video till the end. Depending upon this i need to issue a certificate to my user. For this task i need to track the status of youtue video. how can i do this in asp.net?
View 2 Repliesi want to add a you tube viedo to my site ..i want to do that in a dynamic way...i mean i want to get the youtube link from my db...( i want to change the source of the video from c# code)how can i do that using XHTML ???and how to do that with the option to change the src of the video from c# code.
View 8 RepliesI am using Visual Studio 2008, and I want to insert a video from Youtube into my page, with minimum play and pause controls.Like this example http://uspoverty.change.org/blog/view/top_ten_videos_on_poverty_in_the_us
View 4 RepliesI am searching for a rich text box like the ajax editor, where i can add an image or a video or smiles?
is there any free rich text for this one?