Results 1 to 3 of 3

Thread: Full Screen for Niche Youtube Video Script?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2009
    Posts
    6

    Default Full Screen for Niche Youtube Video Script?

    I want to know how to enable the fullscreen video in niche youtube script. Please help.

    thanks

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Open

    templates/default/detail.html

    Find

    Code:
    <div id="video_player">
    <object width="425" height="355">
    <param name="movie" value="http://www.youtube.com/v/{$id}&rel=1&border=0"></param>
    <param name="wmode" value="transparent"></param>
    <embed src="http://www.youtube.com/v/{$id}&rel=1&border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355">
    </embed>
    Replace With

    Code:
    <div id="video_player">
    <object width="425" height="355">
    <param name="movie" value="http://www.youtube.com/v/{$id}?fs=1&amp;hl=en_US"></param>
    <param name="wmode" value="transparent"></param>
    <param name="allowFullScreen" value="true"></param>
    <embed src="http://www.youtube.com/v/{$id}?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="335">
    </embed>
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Aug 2009
    Posts
    6

    Default

    Thank you very much!

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
  •