/** 
 * Example external configuration file.  
 * You can freely categorize these nodes 
 */

var conf = { 
     
    // default clip configuration 
    defaults_animate: { 
         
        scaling: 'scale',
        autoPlay: true, 
        autoBuffering: true, 
        baseUrl: 'http://www.extwoodrest.com/flash/video/', 
     
        // functions are also supported 
        onBegin: function() { 
             
            // make controlbar visible in 4000 seconds 
            this.getControls().fadeIn(4000); 
        }         
    }, 
     
    // my skins 
    skins: {         
         wrcc_scroll:  {
			  all: false,
              time: true,
			  fontColor: '#ffffff',
			  timeFontColor: '#333333',
			  autoHide: 'always',
			  play:true,
			  volume:true,
			  mute:true,
			  time:true,
			  stop:false,
			  playlist:false,
			  fullscreen:true,
			  scrubber: true,
			  backgroundGradient: 'none',
			  backgroundColor: 'transparent'
         }         
    } 
     
}


