/*
 * Brita.com FlowPlayer Video Parameters
 * Video: Brita Climate Ride 2008	
 * Updated: 12/19/2008
 * 
 */

flowplayer('player3', '/swf/flowplayer.commercial-3.0.2.swf',  { 

<!-- Licences: Needed to remove Flowplayer logo from player  -->
	key: '@756870bb2b304b7862a',  <!-- Brita.com Licence. Comment out when testing in Staging -->
<!--	key: '#@756870bb2b304b7862a',  Staging.brita.com Licence. Comment out when going Live --!>
					
	clip:{ 
		url: '/swf/brita_climateride_broll.flv', 
		autoPlay: false,  
		autoBuffering: true  
	},
						
	canvas: {backgroundColor: '#03366B'},
				
	plugins: {
		controls: {
			timeColor: '#002b63',
			sliderGradient: 'none',
			sliderColor: '#03366B',
			backgroundColor: '#03366B',
			buttonColor: '#b1ceda',
			bufferGradient: 'none',
			durationColor: '#002b63',
			bufferColor: '#b1ceda',
			progressColor: '#1d68dd',
			buttonOverColor: '#03366B',
			backgroundGradient: [0.6,0.3,0,0,0],
			borderRadius: '23',
			progressGradient: 'medium',
			fullscreen: false,
			opacity:1.0
		}
	}		 
						 
}); 