I'm using JWPlayer 5.8.2011 at: johnhenrydale.com/racc.html. I did everything it said here:
but cannot get the Playcasso skin to show up.
I've triple checked my "skins" file structure and both the playcasso.zip and its contents are both in the /skins/playcasso file, as directed here: The default JW player shows up with its normal. Here is my code
<script type='text/javascript' src='/jwplayer/jwplayer.js'></script>
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': 'player.swf',
'id': 'playerID',
'width': '480',
'height': '270',
'file': '/jwplayer/video.mp4',
'image': '/thumbs/bunny.jpg',
'skin': '/skins/playcasso/playcasso.zip'
});
</script>
Any idea on why the skin is not showing up ?
Please provide a link.