/** 
 * Example external configuration file.  
 * You can freely categorize these nodes 
 */  
var conf = { 
     
    // default clip configuration 
    clip_defaults: { 
        autoPlay: true,
        autoBuffering: true,
        scaling: 'fit',
        bufferLength: 0
    },
    
	logo_defaults: {
		url:'/images/bd_flowplayer_logo.png',
		bottom: 25,
		right: 0,
		opacity: 0.4,
		fullscreenOnly: false,
		displayTime: 0,
		fadeSpeed: 0,
		linkUrl: 'http://www.boardsmag.com'
	}            

}
