flowplayer("player", "../include/flowplayer-3.2.7.swf",  {
		// change the default controlbar to modern
	plugins: {
		controls: {
			url: '../include/flowplayer.controls-3.2.5.swf',
			
			backgroundColor: "transparent",
			backgroundGradient: "none",
			sliderColor: '#FFFFFF',
			sliderBorder: '1.5px solid rgba(160,160,160,0.7)',
			volumeSliderColor: '#FFFFFF',
			volumeBorder: '1.5px solid rgba(160,160,160,0.7)',

			timeColor: '#535353',
			durationColor: '#535353',

			tooltipColor: 'rgba(255, 255, 255, 0.7)',
			tooltipTextColor: '#000000'
		}
	},
	clip: {
		
		// these two configuration variables does the trick
		autoPlay: true, 
		autoBuffering: true //  do not place a comma here  
	}
});
