/** 
 * Example external configuration file.  
 * You can freely categorize these nodes 
 */  
var conf =  { 
    
   
    
    defaults:{
    	
    	'baseUrl':'http://www.viridiangreenlaser.com/FLVs',
    	autoPlay: true,
    	autoBuffering:false
    },
    
    defaultsNoAutoPlay:{
    	
    	'baseUrl':'http://www.viridiangreenlaser.com/FLVs',
    	autoPlay: false,
    	autoBuffering:false
    },
     
    skins:  { 
     
        // default controls with the same background color as the page background 
        green:  { 
            buttonOverColor: '#728B94',
      		buttonColor: '#12541a',
      		progressColor: '#3eac40',
      		borderRadius: '0px',
      		timeColor: '#ffffff',
      		backgroundGradient: [0.6,0.3,0,0,0],
      		backgroundColor: '#28a018',
      		sliderGradient: 'none',
      		sliderColor: '#164b1d',
      		bufferGradient: 'none',
      		durationColor: '#78ed87',
      		progressGradient: 'medium',
      		bufferColor: '#035404',
   			opacity:1.0
        } ,
        
        greenhide:  { 
            buttonOverColor: '#728B94',
      		buttonColor: '#12541a',
      		progressColor: '#3eac40',
      		borderRadius: '0px',
      		timeColor: '#ffffff',
      		backgroundGradient: [0.6,0.3,0,0,0],
      		backgroundColor: '#28a018',
      		sliderGradient: 'none',
      		sliderColor: '#164b1d',
      		bufferGradient: 'none',
      		durationColor: '#78ed87',
      		progressGradient: 'medium',
      		bufferColor: '#035404',
   			opacity:1.0,
   			autoHide: 'always'
        }
         
            }, 
     
    // canvas coloring and custom gradient setting 
    canvas: { 
        backgroundColor:'#000000', 
        backgroundGradient: 'none' 
    } 
    
     
}