var conf = { 
     
    // default clip configuration 
    defaults: { 
        key: '$fa079852c60a2c143ee',  
        autoPlay: true, 
        autoBuffering: true, 
        baseUrl: 'http://www.acparadise.com/vids/', 
     
        // functions are also supported 
        onBegin: function() { 
             
            // make controlbar visible in 4000 seconds 
            this.getControls().fadeIn(4000); 
        } 
         
    }, 
     
    // my skins 
    skins: {         
        gray:  { 
            backgroundColor: '#666666', 
            buttonColor: '#333333', 
            opacity: 0, 
        } 
         
        // setup additional skins here ...         
    }, 
    
    
     
    play: { 
        label: 'Play!', 
        fadeSpeed: 3000 
    }  
     
}