+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2010
    Location
    Peshawar
    Posts
    180

    Red face HQ Video Not Playing..?

    HI,
    i check in 2.0.8 HQ Video are not working... when u click on HQ Button Player Disappear...

    check here : http://pashtotube.com/video/SM1BY2SM...--zaman-zaheer

    here is screen short
    Attached Images

  2. #2
    Join Date
    Sep 2009
    Posts
    68

    Default Re: HQ Video Not Playing..?

    As said by ArslanHassan:

    Default player is PakPlayer which is way more stable than old one, to fix HQ problem, open watch_video.html file in /styles/{template}/layout

    find
    <div class="player_container" id="normal_player_cont">
    {FlashPlayer vdetails = $vdo}
    </div>
    add after
    Code:
    {if has_hq($vdo)}
    <div class="player_container" style="display:none" id="hd_player_cont">
        {FlashPlayer vdetails = $vdo  hq=true player_div='hd_div'}
    </div>
    {/if}
    Read this Page for exact response

Thread Information

Users Browsing this Thread

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

     

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