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


        scaling: 'fit',
	autoPlay: true, 
        autoBuffering: true, 
        baseUrl: 'http://eonmckai.com/eon_feels_blogish/wp-content/uploads/videos/', 
     
        // functions are also supported 
        onBegin: function() { 
             
            // make controlbar visible in 4000 seconds 
            this.getControls().fadeIn(1000); 
        } 
         
    }, 
     
    // my skins 
    skins: {         
        gray:  { 
           
	all:false, 
            scrubber:true, 
            play:true, 
            mute:true,
 	fullscreen:true,


 	bufferColor: '#525252',
      buttonOverColor: '#969696',
      sliderGradient: 'none',
      progressColor: '#8c8c8c',
      progressGradient: 'none',
      borderRadius: '0',
      timeColor: '#01DAFF',
      durationColor: '#ffffff',
      bufferGradient: 'none',
      buttonColor: '#737373',
      backgroundGradient: 'none',
      backgroundColor: '#000000',
      sliderColor: '#5c5c5c',
 autoHide: 'never',
   	
opacity:1.0


        } 
         
        // setup additional skins here ...         
  

 } 
     
}

