Is Possible to show a youtube video in to aspx page??
-
Hai friends, I need to run a youtube uploaded movie to aspx page dynamically.I stored the embed tag in a sqlserver(2000)table with some label.I have a set of videos onclicking a particular name i need to run the corresponding video in aspx page.All movies are need to run in the same page itself.am using dotnet1.1 with c# coding.If anybody having idea please share and help to solve my problem...Thanks in advance Regards Bijesh
-
Hai friends, I need to run a youtube uploaded movie to aspx page dynamically.I stored the embed tag in a sqlserver(2000)table with some label.I have a set of videos onclicking a particular name i need to run the corresponding video in aspx page.All movies are need to run in the same page itself.am using dotnet1.1 with c# coding.If anybody having idea please share and help to solve my problem...Thanks in advance Regards Bijesh
Yeah. You can show the embedded object in your aspx page but you won't be able to control the functionality of this media embedded object.That means you can't play/stop/pause the movie from code. All you can do is that you can show the different embedded media object according to what the user wanna see..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Yeah. You can show the embedded object in your aspx page but you won't be able to control the functionality of this media embedded object.That means you can't play/stop/pause the movie from code. All you can do is that you can show the different embedded media object according to what the user wanna see..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Hi, Ok.control is not problem...I need to know some brief coding for this...I want to play the movies dynamically..Please help me to solve. Regards Bijesh
-
Hi, Ok.control is not problem...I need to know some brief coding for this...I want to play the movies dynamically..Please help me to solve. Regards Bijesh
bijeshputhalath wrote:
I want to play the movies dynamically..
As I said, you can't play/stop/pause the movie from code. What you can do is that you can show the different embedded object dynamically... Let's say there are three buttons ( "Video1", "Video2" and "Video3") in your page. you can put those embedded script in three div.. if the user click on button1 then you can show div1 which contains the embedded script for "Video1".. If you know how to show/hide the div from Javascript, it can be done...
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
bijeshputhalath wrote:
I want to play the movies dynamically..
As I said, you can't play/stop/pause the movie from code. What you can do is that you can show the different embedded object dynamically... Let's say there are three buttons ( "Video1", "Video2" and "Video3") in your page. you can put those embedded script in three div.. if the user click on button1 then you can show div1 which contains the embedded script for "Video1".. If you know how to show/hide the div from Javascript, it can be done...
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Hi, I done with static.But my need is different.now i am briefly explain the details... I have different products.all the products have differenet videos.(all the product details are entering in admin side including the movie tag which are stored in a table SQLSERVER2000 DB) I shown the products in different images.while clicking the products details are displayed in another page.There is a button to watch the movie.while clicking the button the corresponing movie want to stream.while the user select the products,it shows all the details with a button to watch movie(**all are comes under user side),**only the corresponding movie want to run..videos are uploaded in youtube...all the products movie want to stream in the same page..My problem arises here..i can now stream only one movie,if i give the corresponding object tag.**How dynamically stream the videos based on the choice without multiple buttons???**Please help to solve... i cant know how to embed object tags(movie tags )dynamically....If knows Please share me... Thanks & Regards Bijesh