SETUP WIZARD

20 example setups | all variables are explained in the Wiki

Use this page to render the code you need to use for a specific setup of the JW Player. You can also experiment a bit, to see what's possible with the player. Rollover a variable to get its tooltip or check this page for more explanations. Thanks a lot to Lars Nyboe Andersen for creating a first version of this wizard and aditional example setups!

1: Select an example setup

2: Tweak the flashvars

Embed parameters
File properties
Colors
Layout
Behaviour
External communication

3: Check the preview and copy the code

You need Flash Player 9 and a browser with javascript!

Below is the embed code for this setup. If you use any javascripting, use the swfobject 1.5 code.

<embed
  src="/embed/player.swf"
  width="470"
  height="320"
  bgcolor="#ffffff"
  allowscriptaccess="always"
  allowfullscreen="true"
  flashvars="file=/upload/flash.flv"
/>

Below is the swfobject 1.5 code for this setup. For blogs like MySpace, use the embed code.

<script type='text/javascript' src='/embed/swfobject.js'></script>

  <div id='preview'>This div will be replaced</div>

  <script type='text/javascript'>
  var s1 = new SWFObject('/embed/player.swf','ply','470','320','9','#ffffff');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=/upload/flash.flv');
  s1.write('preview');
</script>
URL: http://www.jeroenwijering.com/?page=wizard