
var configString="{videoFile:'"+
currentVideoFile+"',autoPlay:true,bufferLength:5,showPlayList:false,baseURL:'',showPlayListButtons:false,hideControls: false,loop:false,showMenu:false,controlBarBackgroundColor:'0xDB8A21',timeDisplayFontColor:'0xAABBCC',showFullScreenButton:false}";var currentVideo=new SWFObject("/media/flowplayer/FlowPlayerLight.swf","player01","500","400","8","black");currentVideo.addParam("allowFullScreen","true");currentVideo.addParam("quality","high");currentVideo.addVariable("config",configString);if(currentVideoFile)currentVideo.write("currentVideo");