// JavaScript Document




flowplayer("player1", "/player/flowplayer-3.0.7.swf",  {


		clip:  {
			scaling:'fit'
		},

canvas: { 
   backgroundColor: '#ffffff', 
   backgroundGradient: 'none'
},


	// controlbar settings


	plugins:  {

		
		controls: {			
			

			
			/* you may want to remove the gradient */
			// backgroundGradient: 'none',
			
			// these buttons are visible
			all:true,
			scrubber:true,
			play:true,
			mute:true,
			
			// custom colors
			bufferColor: '#333333',
			progressColor: '#003333',			
			buttonColor: '#003333',
			buttonOverColor: '#ff0000',
			
			// custom height
			height: 20,
			
			// setup auto hide
			autoHide: 'always',
			
			
			// a little more styling 			
			width: '98%', 
			bottom: 5,
			left: '50%',
			borderRadius: 15
			
		}
	}
});
