flowplayer("player", "flv/flowplayer-3.0.3.swf", { 

	clip: {
		autoPlay: true,
		autoBuffering: true,
		scaling: 'fit'
	},
	
	// controlbar settings
	plugins:  {
		controls: {			
			
			/* you may want to remove the gradient */
			backgroundGradient: 'none',
			
			// these buttons are visible
			all:false,
			scrubber:true,
			play:true,
			mute:true,
			volume:true, 
			
			// custom colors
			//bufferColor: '#333333',
			//progressColor: '#cc0000',			
			//buttonColor: '#cc0000',
			//buttonOverColor: '#ff0000',
			
			// custom height
			height: 20,
			
			// setup auto hide
			autoHide: 'always',
			
			
			// a little more styling 			
			width: '98%', 
			bottom: 2,
			left: '50%',
			borderRadius: 2
			
		}
	}
    
    
}); 
