Our Setup Wizard renders the code you need to implement a specific JW Player 5 setup. It’s also a useful tool to experiment to see what's possible with the player. Roll over a variable to see its tooltip or check this page for more explanations. To set up a JW Player 4 configuration, please use the previous wizard.
You need Microsoft Silverlight and a browser with javascript to use this wizard!
Note you will have to copy the JS and XAML files to your site and edit their locations!
<script type="text/javascript" src="silverlight.js"></script>
<script type="text/javascript" src="wmvplayer.js"></script>
<div id='mediaspace'></div>
<script type='text/javascript'>
var cnt = document.getElementById('mediaspace');
var src = '/jw/embed/wmvplayer.xaml';
var cfg = {height:'250', width:'470', file:"/jw/upload/silverlight.wmv"};
var ply = new jeroenwijering.Player(cnt,src,cfg);
</script>