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. Is Possible to show a youtube video in to aspx page??

Is Possible to show a youtube video in to aspx page??

Scheduled Pinned Locked Moved ASP.NET
helpcsharpquestion
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

    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

    M 1 Reply Last reply
    0
    • B bijeshputhalath

      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

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

      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)

      B 1 Reply Last reply
      0
      • M Michael Sync

        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)

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

        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

        M 1 Reply Last reply
        0
        • B bijeshputhalath

          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

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

          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)

          B 1 Reply Last reply
          0
          • M Michael Sync

            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)

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

            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

            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