0
Hi,
I am thinking to use the music collection in my site, but when I try the DEMO of this site, the button play does not work in my client linux, through it works in my client windows. This problem has a solution?
Thanks!
I am thinking to use the music collection in my site, but when I try the DEMO of this site, the button play does not work in my client linux, through it works in my client windows. This problem has a solution?
Thanks!
Responses (4)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0no solution yet... this is an interesting thread: http://www.longtailvideo.com/support/forums/jw-player/javascript-interaction/11318/playerload-is-not-a-function
it may help find a solution
come on, developers! -
Accepted Answer
0Solution found thanks to the last post of the aforementioned link!
Go to plugins/muscolplayers/jwplayer.php
at the first line where flashvars (search for it) appears and add
&id=album_player
before
');
This makes the green play button work at the album view. There is one more appearance of flashvars below which should correspond to another player somewhere. This should require the addition of
&id=player
So the first appearance should be
s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list&id=album_player');
while the second one should be
s".$unique_id.".addParam('flashvars','file=".$song->filename."&duration=".$song->length . $string_params . "&autostart=false&id=player');
The second one has not been tested (I haven't even looked at where this player appears). I concentrated on the album view but simple Engineer's Induction instructs the second modification. I also have not tested it in Windows but I believe it should not break something.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »