SETUP WIZARD | comVideo-Player

2: Tweak the available flashvars

The basics
The colors
Display appearance
Controlbar appearance
Playlist appearance
Playback behaviour
External communication

3: Check the preview and copy the code

You need Flash Player 8 and a browser with javascript to use this wizard!

<embed 
src="http://www.comvideo.de/player/comVideoPlayer.swf" 
width="470" 
height="255"
allowscriptaccess="always" 
allowfullscreen="true" 
flashvars="width=470&height=255&file=http://www.vg-oberding.de/layout/comVideo/videoBuergermeister.flv" 
/>

This is the embed code for this setup. You can also get the swfobject code.

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

<div id="player">This text will be replaced</div>

<script type="text/javascript">

var so = new SWFObject('http://www.comvideo.de/player/comVideoPlayer.swf','mpl','470','255','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('width','470');
so.addVariable('height','255');
so.addVariable('file','http://www.vg-oberding.de/layout/comVideo/videoBuergermeister.flv');
so.write('player');
</script>

This is the swfobject code for this setup. You can also get the embed code.