[ Video Sharing CMS v4 ] Changing JwPlayer 6 skin

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PHPVibe A.Topic starter

To change the jwplayer 6 skin to any of the skins listed here http://www.longtailvideo.com/support/jw-player/28846/using-jw-player-skins/

Just add
skin: "roundster",


to _jwplayer6 function in lib/class.providers.php

ex:

      
jwplayer("video-setup").setup({ primary :"flash",  file: "' . $file . '",  image: "' . $thumb . '", skin: "roundster", title: "' . _html($video->title) . '",  modes: [

Similar topics (7)