JW Player customization

mrmad
mrmad
Offline
0
Hi germi,

for my video component I am using a customized skin. I would like to use that skin for the jwplayer plugin in JMS, too. I changed the swf file in /www/plugins/muscolplayers/jwplayer for the skin I would like to use and renamed it to player.swf

Unfortunately it does not seem to be as it as that, if you have look at my website you will notice the the problems. -> 1.song is not being played, 2. skin is applied to jwplayer module but without playing the song in both cases.
Player Problem

I attatched the skin [file name=grungetape.zip size=61789]http://www.joomlamusicsolutions.com/images/fbfiles/files/grungetape.zip[/file]
Attachments:
Responses (12)
  • Accepted Answer

    kinsh
    kinsh
    Offline
    Saturday, June 19 2010, 11:23 AM - #Permalink
    0
    hi,

    I have used the music collection component.

    I had put the JW Player for it, but it is not displaying the songs on the front end with the message "no valid filetypes found in this playlist".

    Can any one know that where should I have to upload the songs?

    Thakns
    The reply is currently minimized Show
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Saturday, May 15 2010, 03:58 AM - #Permalink
    0
    Vostok-All,

    I think the lines are 110 and 138 or approximately there if there was changes to it. Once you change the line to have the skin, it should look something like this:


    s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list&skin=".$uri->base()."plugins/muscolplayers/jwplayer/flashskins10blacksilver42.swf');


    Make sure the skin (as example above: flashskins10blacksilver42.swf) is in the JWplayer directory (a sub-directory from there).

    And last, when you are on the front pages and want to see the new skin, make sure you do an F5 to refresh the page cache.

    Hope that helps.
    The reply is currently minimized Show
  • Accepted Answer

    Alexander
    Alexander
    Offline
    Friday, May 14 2010, 10:08 PM - #Permalink
    0
    germi wrote:
    it has to be over there.. maybe its not line 101, but its over there... look deeper! ;)


    I see? but the file jwplayer.php has only tow mention about player.swf/ Both of these links I have replaced the name of my skin and nothing happened.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 14 2010, 04:38 PM - #Permalink
    0
    it has to be over there.. maybe its not line 101, but its over there... look deeper! ;)
    The reply is currently minimized Show
  • Accepted Answer

    Alexander
    Alexander
    Offline
    Friday, May 14 2010, 12:38 PM - #Permalink
    0
    germi wrote:
    you need to add the skin as a skin, not replacing the jwplayer

    if I'm not wrong, all you need to do is go to file

    /plugins/muscolplayers/jwplayer.php

    on line 101 approx you find:

    s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list');


    you have to replace it for


    s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list&skin=".$uri->base()."plugins/muscolplayers/jwplayer/yourskin.swf');


    of course yourskin.swf has to be on the folder /plugins/muscolplayers/jwplayer


    I do such a code in this file is not found
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, February 10 2010, 03:42 PM - #Permalink
    0
    it should... PLUGIN, right? (not MODULE...)
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 05 2010, 08:00 PM - #Permalink
    0
    Where would you change the width and height. It doesn't work when you change the parameters in the back of the plugin.
    The reply is currently minimized Show
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Tuesday, January 19 2010, 09:54 PM - #Permalink
    0
    I also had to change the similar lines modifying the flashvars calls in the file:


    /modules/mod_muscol_jwplayer/helper.php


    around line 86, and 180 (shifted due to changes) for change of skin of the module.
    The reply is currently minimized Show
  • Accepted Answer

    mrmad
    mrmad
    Offline
    Monday, November 30 2009, 07:17 PM - #Permalink
    0
    yep sure, I am sorry!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 30 2009, 07:06 PM - #Permalink
    0
    hey, the hack I told you is for the PLUGIN, not for the MODULE! :)

    and you have to make it fit in place...! adjust the width and height of the plugin!
    The reply is currently minimized Show
  • Accepted Answer

    mrmad
    mrmad
    Offline
    Monday, November 30 2009, 06:26 PM - #Permalink
    0
    hi,

    working strangely. Player does not appear properly (it's of course too large) and not showing in module position.

    							s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list&skin=".$uri->base()."plugins/muscolplayers/jwplayer/grungetape.swf'); 


    copied grungetape.swf into the occcuring folder...
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 30 2009, 03:36 PM - #Permalink
    0
    you need to add the skin as a skin, not replacing the jwplayer

    if I'm not wrong, all you need to do is go to file

    /plugins/muscolplayers/jwplayer.php

    on line 101 approx you find:

    s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list');


    you have to replace it for


    s".$unique_id.".addParam('flashvars','file=".$playlist_url. $string_params . "&autostart=false&repeat=list&skin=".$uri->base()."plugins/muscolplayers/jwplayer/yourskin.swf');


    of course yourskin.swf has to be on the folder /plugins/muscolplayers/jwplayer
    The reply is currently minimized Show
Your Reply