var flowplayerconf = {
	// commercial key
	key: '#$7d734db0eb28b301765',

	// canvas configuration
	canvas: {
		background: '#000000',
		backgroundGradient: 'none'
	},

	// default clip configuration 
	defaults: { 
		autoPlay: false, 
		autoBuffering: true,
		scaling: 'fit'
	}, 
	// my skins 
	skins: {         
		vzug: { 
			backgroundColor: '#A0A0A0',
			timeBgColor: '#505159',
			timeColor: '#7AC1EE',
			durationColor: '#FFFFFF',
			buttonColor: '#197FC0',
			opacity: 1.0,
			time: true,
			height: 25
		}
	} 
};
