Hi
I go the JW Player Mod from Mrpowless
But I cannot change the original skin to the new skin call glow I need to know how I can change the skin
I read this hot to do this >> http://www.longtailvideo.com/support/addons/10630/enable-skins-in-the-jw-player
and I change the code
---------------------------------------------------------------------------------------------------------------------------------------------------
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='300' height='300' id='player1' name='player1'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='flashvars' value='file=playlist.xml&skin=path/to/skin.zip'>
<embed id='player1'
name='player1'
src='player.swf'
width='300'
height='300'
allowscriptaccess='always'
allowfullscreen='true'
flashvars='file=playlist.xml&skin=path/to/skin.zip'
/>
</object>
-------------------------------------------------------------------------------------------------------------
This is the original coding from Mrpowless so I change the code to my skin path like this
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="$iWidth" height="$iHeight">
<param name="movie" value="jwplayer/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=jwplayer/skin/glow.zip" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="jwplayer/player.swf"
width="$iWidth"
height="$iHeight"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=jwplayer/skin/glow.zip"
/>
</object>
but when I got to play a video I get this error
Task Queue failed at step 5: Playlist could not be loaded: Error #2032
Can some one if the code is wrong if the code is wrong can you please help me to use the right code
Thank you,