/**  You can freely categorize these nodes   **/  
var conf = {         /** default clip configuration**/     
defaults: { autoPlay: true, autoBuffering: true,             
/** functions are also supported **/ 
onBegin: function() { 
/** make controlbar visible in 4000 seconds **/
this.getControls().fadeIn(4000);  } },
/** my skins **/ 
skins: { 

legeskab:  {  

backgroundColor: '#F9DD99',
buttonColor: '#F5C44F',
volumeSliderColor: '#F7F9DB',
bufferColor: "#F7F9DB",
progressColor: "#F5C44F",
opacity: 0, 
time: false 
}
/** setup additional skins here ... **/
}}