Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. stream video from Youtube To ASPX Page Help Needed

stream video from Youtube To ASPX Page Help Needed

Scheduled Pinned Locked Moved ASP.NET
helpdatabasetutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bijeshputhalath
    wrote on last edited by
    #1

    Hi, I need to stream videos from youtube to my webapplication dynamicaaly... 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

    M 1 Reply Last reply
    0
    • B bijeshputhalath

      Hi, I need to stream videos from youtube to my webapplication dynamicaaly... 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

      M Offline
      M Offline
      Michael Sync
      wrote on last edited by
      #2

      Sorry. I forget your last post... Steps: 1. Add one button and one Literal control. 2. In Button_click 2.1. Get the completed embed object tag from database depend on the parameter 2.2. Set the string to Literal1.Text (e.g. Literal1.Text = @" EMBEDDED TAG FROM DATABASE";) That's all.. Let me know if you are not clear

      Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

      B 1 Reply Last reply
      0
      • M Michael Sync

        Sorry. I forget your last post... Steps: 1. Add one button and one Literal control. 2. In Button_click 2.1. Get the completed embed object tag from database depend on the parameter 2.2. Set the string to Literal1.Text (e.g. Literal1.Text = @" EMBEDDED TAG FROM DATABASE";) That's all.. Let me know if you are not clear

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

        B Offline
        B Offline
        bijeshputhalath
        wrote on last edited by
        #3

        Hi, Please Explain some more...if am taking object tag from database and assigned to Literal.How is the movie working?If I need to assign only the object tag to Litteral.am i correct? Thanks Bijesh

        M 1 Reply Last reply
        0
        • B bijeshputhalath

          Hi, Please Explain some more...if am taking object tag from database and assigned to Literal.How is the movie working?If I need to assign only the object tag to Litteral.am i correct? Thanks Bijesh

          M Offline
          M Offline
          Michael Sync
          wrote on last edited by
          #4

          bijeshputhalath wrote:

          assign only the object tag to Littera

          Yeah. You need to assign the object tag to Literal.... then, the movie player will be shown in your page. So, the user can click to play the movie...

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

          B 1 Reply Last reply
          0
          • M Michael Sync

            bijeshputhalath wrote:

            assign only the object tag to Littera

            Yeah. You need to assign the object tag to Literal.... then, the movie player will be shown in your page. So, the user can click to play the movie...

            Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

            B Offline
            B Offline
            bijeshputhalath
            wrote on last edited by
            #5

            Hi Michael, Thank You for Your Help.Now it is Working fine...But Loading Takes time.. Regards Bijesh

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups