/*
 * Tilex.com FlowPlayer Video Parameters
 * Video: Tilex Advert Videos 2009	
 * Updated: 3/31/2009
 * 
 */

flowplayer('video-player1', '/swf/flowplayer.commercial-3.0.2.swf',  { 

<!-- Licences: Needed to remove Flowplayer logo from player  -->
<!--	key: '@5c95294969e5d9c48b2',  	tilex.com Licence. Comment out when testing in Staging -->
	key: '#@5c95294969e5d9c48b2',  		<!--staging.tilex.com Licence. Comment out when going Live -->

	clip:{ 
		autoPlay: true  
	},											

	canvas: {backgroundColor: '#000000'},
				
	plugins: {
		controls: {
			timeColor: '#f28b07',
			buttonOverColor: '#728B94',
			bufferColor: '#6c9cbc',
			backgroundColor: '#0162da',
			buttonColor: '#0c50ac',
			sliderColor: '#2d378b',
			durationColor: '#f98e06',
			borderRadius: '23',
			progressGradient: 'medium',
			backgroundGradient: [0.6,0.3,0,0,0],
			sliderGradient: 'none',
			bufferGradient: 'none',
			progressColor: '#0b1484',
			fullscreen: false,
			opacity:1.0
		}
	}		 
						 
}); 

flowplayer('video-player2', '/swf/flowplayer.commercial-3.0.2.swf',  { 

<!-- Licences: Needed to remove Flowplayer logo from player  -->
<!--	key: '@5c95294969e5d9c48b2',  	tilex.com Licence. Comment out when testing in Staging -->
	key: '#@5c95294969e5d9c48b2',  		<!--staging.tilex.com Licence. Comment out when going Live -->

	clip:{ 
		autoPlay: true  
	},											

	canvas: {backgroundColor: '#000000'},
				
	plugins: {
		controls: {
			timeColor: '#f28b07',
			buttonOverColor: '#728B94',
			bufferColor: '#6c9cbc',
			backgroundColor: '#0162da',
			buttonColor: '#0c50ac',
			sliderColor: '#2d378b',
			durationColor: '#f98e06',
			borderRadius: '23',
			progressGradient: 'medium',
			backgroundGradient: [0.6,0.3,0,0,0],
			sliderGradient: 'none',
			bufferGradient: 'none',
			progressColor: '#0b1484',
			fullscreen: false,
			opacity:1.0
		}
	}		 
						 
}); 
