It is currently Thu May 23, 2013 1:21 am


Post a new topicPost a reply Page 1 of 1   [ 2 posts ]
Author Message
 Post subject: playlist gone when click on videos?
PostPosted: Wed Feb 10, 2010 4:37 pm 
Hi. I've set up the HD FLV player on a joomla site. The video works good, but I have an issue that i'm not able to figure out. When a video from the playlist is clicked below, it opens the video in a new window, but not the playlist. That means the viewer has to click on back to see the playlist. How can I set up it so that the playlist doesnt dissapear?

Also, is it possible to set the playlist without having the views or the name of the videos visible?

Thanks.


Top
  
 
 Post subject: Re: playlist gone when click on videos?
PostPosted: Sun May 02, 2010 1:55 pm 

Joined: Thu Dec 31, 2009 9:56 am
Posts: 121
Hi,

I suppose you are using module,this kind of issues happen only for module.We are trying to implement to get the videos as well the playlist on the same page.We will be releasing the same at the end of feb 2010.We will keep you posted once it's done.

Yes it's possible to hide the views as well names for outside the player..
If your using component you can find the code below code in
root/components/com_hdflvplayer/views/player/tmpl/playerlayout.php
This is for title or name:
Code:
<div style="text-align:center;font-weight:bold;color:#ff6600;height:30px;">
        <a href="index.php?option=com_hdflvplayer&Itemid=<?php if($itemid) echo $itemid;?>&id=<?php echo $details1['rs_playlist'][$i]->id?>&page=<?php echo $page; ?>"> <?php echo $details1['rs_playlist'][$i]->title ?></a>
    </div>


This is for viewed:
Code:
<div style="text-align:center;color:#135CAE;">
        <?php echo "Viewed :". ' ' .$details1['rs_playlist'][$i]->times_viewed ?>
    </div>

Just remove those lines.

If you are using module then the above code need to be removed at
root/modules/mod_hdflvplayer/tmpl/default.php

Hope this helps you..

Thanks.


Last bumped by Anonymous on Sun May 02, 2010 1:55 pm.


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 2 posts ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron

© Copyrights and all rights reserved by Contus Support