var so = new FlashObject('http://www.supercinema.eu/public/player.swf', 'player', '728', '408', '6', '#000000');

so.addParam("allowfullscreen","true");
so.addParam("allowscriptaccess","always");

so.addVariable("file", getQueryParamValue("file"));
so.addVariable("displayheight","390");
so.addVariable("height","408");
so.addVariable("width","728");
so.addVariable("backcolor","0x333333");

so.addVariable("autostart","true");
so.addVariable("shuffle","false");

so.addVariable("overstretch","true");

so.addVariable("showdigits","true");
so.addVariable("usefullscreen","false");
so.addVariable("showvolume","true");
so.addVariable("volume","100");

so.addVariable("link","http://www.cellulareaccessori.com");
so.addVariable("linkfromdisplay","true");
so.addVariable("linktarget","_blank");

so.addVariable("image","http://www.supercinema.eu/images/home/sponsor.gif");

so.write('player');
