Activity Stream
48,167 MEMBERS
61125 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default Embedding Youtube Videos In PHP

    I have to make a simple video embed page and want to know the coding for it.

    i need the page url to be www.mysite.com/yt.php?v=VIDEO_ID so that i can embed videos freely without making new html page every time.
    cyclone Reviewed by cyclone on . Embedding Youtube Videos In PHP I have to make a simple video embed page and want to know the coding for it. i need the page url to be www.mysite.com/yt.php?v=VIDEO_ID so that i can embed videos freely without making new html page every time. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Here you go:

    PHP Code: 
    <?php if (isset($_GET['v'])) $videoid $_GET['v']; ?>
    <object width="425" height="344">
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed src="http://www.youtube.com/v/<?php echo $videoid?>" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
    </object>
    Create a new file as yt.php with the data given above and upload it in your website.
    Example would be:

    Or


  4.     
    #3
    Member
    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. KWWHunction Youtube videos
    By Phozon in forum General Discussion
    Replies: 5
    Last Post: 31st Mar 2012, 09:36 PM
  2. Download Youtube Videos!!
    By foxman in forum Useful Sites
    Replies: 5
    Last Post: 27th Dec 2011, 06:03 PM
  3. How to Watch videos deleted from youtube??
    By bulls in forum General Discussion
    Replies: 4
    Last Post: 14th Jun 2011, 02:55 PM
  4. [Hiring] Add 100 Youtube videos
    By juordis in forum Completed Transactions
    Replies: 12
    Last Post: 24th May 2010, 03:54 PM
  5. currently I can not access youtube videos?
    By Tigger in forum General Discussion
    Replies: 3
    Last Post: 28th May 2009, 10:59 PM

Tags for this Thread

BE SOCIAL