var so = new SWFObject('/common/swf/mediaplayer.3.17.swf','mediaplayer','500','300','7');
so.addParam('allowfullscreen','true');
//so.addParam('allowscriptaccess','true');
so.addVariable('file','/pr-movie/playlist.xml');
//so.addVariable('largecontrols','true');
so.addVariable('autostart','true');
//so.addVariable('bufferlength','20');
so.addVariable('shuffle','false');
so.addVariable('volume','100');
//so.addVariable('usefullscreen','false');
so.addVariable('usekeys','false');
so.addVariable('repeat','true');
so.addVariable('javascriptid','mpl');
so.addVariable('enablejs','true');
so.write('flvbox');
