var conf = {
	
	// default clip configuration
	defaults: {
		
		autoPlay: false,
		autoBuffering: true,
		//baseUrl: 'http://flv.fusion4.at/Wallner_POOL_Master_2_high.flv',
	
		// functions are also supported
		onBegin: function() {
			
			// make controlbar visible, fade lasts 4 seconds
			this.getControls().fadeIn(2000);
		}
		
	},
	
	// my skins
	skins: {		
		gray:  {
			//backgroundColor: '#666666',
			//buttonColor: '#333333',
			//opacity: 0,
			//time: false,
			//autoHide: false
			backgroundColor: '#ffffff',
			buttonColor: '#4b4b4b',
			opacity: 0,
			time: false,
			autoHide: false
			
			
		}
		
		// setup additional skins here ...		
	}
	
}
