Results 1 to 4 of 4

Thread: How to embed Youtube videos in Mysql?

  1. #1
    Join Date
    Apr 2009
    Posts
    107

    How to embed Youtube videos in Mysql?

    I want to store some Youtube video in my database and whenever anyone want to see those video should be able to see it by automatic firing query to the database table, does it possible in the database manipulation. This kind of query would increase the load on the local server?

  2. #2
    Join Date
    Mar 2008
    Posts
    151

    Re: How to embed Youtube videos in Mysql?

    I will give you a simple way that, you just need to save the embed link provided with the youtube video it is actually a web link for that video which you need to provide in your XML format, that you need to provide in the href video. The way I handled this was to enter only the video ID, such as AOee5gAHckI into the MySQL and then during the query output rest of the YouTube player code.

  3. #3
    Join Date
    Jan 2009
    Posts
    150

    Re: How to embed Youtube videos in Mysql?

    The users can be directed to copy only that code, instead of the embedding code then the webmaster can have more control over changes later on. Embedding YouTube video in a web page is as easy as inserting few lines of YouTube embed code into the webpage. But depending on how the user got to the video the ID might not be at the end, sometimes you might see this: orZ0Y-RA2L0&feature=related, the ID of that video is: orZ0Y-RA2L0.

  4. #4
    Join Date
    Feb 2008
    Posts
    130

    Re: How to embed Youtube videos in Mysql?

    The embed code for each video is available on the YouTube website along with customization options. You can check their documentation of this method to see if there is some extra debug you can turn on in the call that is being made to it. However it is often not desirable to store the whole embed code in your database. The embed code usually includes parameters such as width, height, border color and enable related videos. I don't know enough about the Gallery internals of this method call.

Similar Threads

  1. Replies: 8
    Last Post: 11-09-2011, 09:52 AM
  2. How To Embed YouTube Videos in InDesign
    By Namuchi in forum Windows Software
    Replies: 6
    Last Post: 31-08-2010, 10:14 PM
  3. Embed Youtube HD code
    By Joshi in forum Software Development
    Replies: 2
    Last Post: 20-08-2009, 12:01 AM
  4. Embed YouTube Videos In High Quality
    By Panther X in forum Tips & Tweaks
    Replies: 2
    Last Post: 19-05-2009, 12:29 PM
  5. Embed and Play 720p HD (High Definition) YouTube Videos
    By EricTheRed in forum Tips & Tweaks
    Replies: 0
    Last Post: 20-11-2008, 03:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,693,917.38796 seconds with 17 queries