var video = "video/flowplayer-3.0.7.swf";
if (sub) {
	video = "../video/flowplayer-3.0.7.swf";
}
var MyPlayer = flowplayer("player", video, {
	    canvas: {
	    	backgroundGradient: 'none'
	    },         
        plugins:  { 
	        controls: {             
	             
	            // custom colors 
	            bufferColor: '#333333', 
	            progressColor: '#ff9a48',             
	            buttonOverColor: '#999999', 
	             
	            // custom height 
	            height: 30, 
	             
	            // setup auto hide 
	            autoHide: 'always', 
	             
	            // a little more styling              
	            width: '98%',  
	            bottom: 5, 
	            left: '50%', 
	            borderRadius: 15 
	             
	        } 
	    } 
});