Siasb
Siasb
Offline
0
Hi Germi,

I got a full JWplayer license for the site that I am working on. Is the change of the player just swap of the files? Or it is more involved than that?

Thanks
Responses (6)
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Monday, January 18 2010, 02:49 AM - #Permalink
    0
    Update of the files swfobject.js, player-licensed.swf (renamed to player.swf), yt.swf in the /plugins/muscolplayers/jwplayer directory did it. Not sure if all were needed for the update. But it's working as this.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, January 18 2010, 06:28 AM - #Permalink
    0
    yes, that should be enough

    good job!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 19 2010, 05:51 PM - #Permalink
    0
    srzx wrote:
    Update of the files swfobject.js, player-licensed.swf (renamed to player.swf), yt.swf in the /plugins/muscolplayers/jwplayer directory did it. Not sure if all were needed for the update. But it's working as this.


    The update solve the problems with IE????
    The reply is currently minimized Show
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Tuesday, January 19 2010, 09:48 PM - #Permalink
    0
    @Germi: Thanks.

    @Xcelsus: My vista setup that has IE7 hasn't worked; this one, or the earlier one. However, my client says it works (He says that he is trying it on IE8, and IE7). It does concern me, but it simply could be something in my computer setup. I am so used to IE not working, that once I thought I7 was I6 :-)) I'll recheck that before the end of my current project though.
    The reply is currently minimized Show
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Tuesday, January 19 2010, 09:52 PM - #Permalink
    0
    One more thing Xcelsus: In regard to the JWplayer plugin, you may want to read this thread and upgrade the plugin before upgrading to the licensed version of the player:

    http://www.joomlamusicsolutions.com/es/forum/version-1-5/ie-crashes-on-pages-with-jwplayer-4.html#3978
    The reply is currently minimized Show
  • Accepted Answer

    Siasb
    Siasb
    Offline
    Thursday, January 21 2010, 05:06 AM - #Permalink
    0
    I was looking at something else and I stumbled on the IE issue with SWFObject. Apparently it's a timing issue. You can try adding defer='defer' tag in the following locations for the module (I presume similarly for the plugin):

    in the file:


    /modules/mod_muscol_jwplayer/helper.php


    around lines 79, and 173 [Shifted due to other modifications], find the line that says


    [Lessthan]script type='text/javascript'[greaterthan]


    above 'new SWFObject' call

    and change them to:


    [Lessthan]script type='text/javascript' defer='defer'[greaterthan]


    Now it works for me in IE7. The problem that I have is that the window pop-out does not work. I'll check that when I get some time :-)
    The reply is currently minimized Show
Your Reply