/** 
 * 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.timberoxgreen.com/multimedia', 
     
        // 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',
			  buttonOverColor: '#0a0000',
			  timeColor: '#cecac0',
			  buttonColor: '#a61c2a',
			  timeBgColor: '#555555',
			  bufferGradient: 'none',
			  sliderGradient: 'none',
			  backgroundGradient: [0.6,0.3,0,0,0],
			  backgroundColor: '#4a4a4a',
			  progressGradient: 'medium',
			  bufferColor: '#C6542B',
			  borderRadius: '0px',
			  durationColor: '#ffffff',
			  progressColor: '#777777',
			  tooltipTextColor: '#ffffff',
			  tooltipColor: '#5F747C',
			  volumeSliderGradient: 'none',
			  sliderColor: '#000000',
			  volumeSliderColor: '#000000',
			  height: 24,
			  opacity: 1.0
			  
         }         
    } 
     
}


