/** 
	@file 
	* default video javascript 
	* @author jsmulan <jsmulan@cambrianhouse.com>
*/

var keys = { 
  'www.givewhileyoureceive.com' : '#@ad3f1078777eb86b054', 
  'www.daimentrericevi.com' : '#@52b3b09db3789826fb0',
  'qual.givewhileyoureceive.com' : '#@ad3f1078777eb86b054', 
  'qual.daimentrericevi.com' : '#@52b3b09db3789826fb0' 
};

$f("flow-default", "/assets/flowplayer/flowplayer.commercial-3.1.5.swf", {
	 
	// use the correct license for the domain
	key: keys[location.host] || '',
	
	canvas: {backgroundColor: "#05214d"},

	clip:  {autoPlay: false},

	plugins: {
		controls: {
			durationColor: '#ffffff',
	      	backgroundColor: '#0a2d57',
	      	bufferColor: '#6c9cbc',
	      	buttonColor: '#092553',
	      	progressGradient: 'medium',
	      	sliderGradient: 'none',
	      	borderRadius: '0',
	      	backgroundGradient: 'low',
	      	buttonOverColor: '#e6b448',
	      	progressColor: '#e6b448',
	      	sliderColor: '#05214d«',
	      	timeColor: 'none',
	      	bufferGradient: 'none',
			fullscreen: true, 
			time: false,
			opacity: 1.0
   		}
	}
});


