window.onload = function() {
	$('#player').flowplayer("videos/flowplayer-3.1.1.swf", {
		wmode: 'transparent',
		clip: {
			autoPlay: false,
			autoBuffering: true
		},
		plugins: {
		   controls: {
				  play: true,
				  volume: true,
				  fullscreen: false,
				  mute: true,
				  bufferGradient: 'none',
				  backgroundGradient: 'none',
				  timeColor: '#01DAFF',
				  tooltipColor: '#5F747C',
				  sliderColor: '#125459',
				  progressGradient: 'medium',
				  sliderGradient: 'none',
				  progressColor: '#c2ebee',
				  volumeSliderGradient: 'none',
				  volumeSliderColor: '#d0d7d7',
				  timeBgColor: '#555555',
				  bufferColor: '#d0d7d7',
				  buttonOverColor: '#728B94',
				  durationColor: '#ffffff',
				  buttonColor: '#5F747C',
				  borderRadius: 15,
				  backgroundColor: '#121212',
				  tooltipTextColor: '#ffffff',
				  height: 40,
				  opacity: 0.5
			   }
		}
	});
}


