Jw Player Setup

I need to add logo, logo link and player priewimage to my jw player.

sample code I need to finish the project asap.

<div id=”player_container”>

<div id=”players_type”>
<div id=”flash_layer”>
<div id=’mediaspace’>
<h2><span>You need ‘Flash Player’ to listen this music.<br><a href=”http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe”>Click here to download ‘Flash Player’.</a></span></h2>
</div>
<script type=’text/javascript’>
var so = new SWFObject(‘player.swf’,’mpl’,’600′,’400′,’9′);
so.addParam(‘allowfullscreen’,’true’);
so.addParam(‘allowscriptaccess’,’always’);
so.addParam(‘wmode’,’opaque’);
so.addVariable(‘file’,’playlist.xml’);
so.addVariable(‘image’,’image.jpg’);
so.addVariable(‘skin’, ‘snel.swf’);
so.addVariable(‘volume’,’80’);
so.addVariable(‘autostart’,’true’);
so.addVariable(‘quality’,’true’);
so.write(‘mediaspace’);
</script>
</div>

</div>
</div>

Leave a Reply

Your email address will not be published. Required fields are marked *