/** 
 * Configuratiebestand voor Flowplayer  
 */  
var conf = { 
    // standaard instellingen voor clips
    defaults: { 
		autoPlay: false,
		autoBuffering: true 	
	},
	
    // visuele instellingen
    skins: {         
        blauw:  { 
			backgroundColor: '#96C2E8',
			progressColor: '#94C73D',
			bufferColor: '#333333',	
			volumeSliderColor: '#333333',
			buttonColor:'#42659C',													
			all:false,
			scrubber:true,
			play: true, 
			volume: true,
			height:30
        } 
    } 	

}
