/** 
 * Example external configuration file.  
 * You can freely categorize these nodes 
 */  
var conf = { 
    // default clip configuration 
    defaults: { 
        autoPlay: false
    }

};