var conf = {

	defaults: { 
    	provider: 'lighttpd',
    	bufferLength: '5',
    	scaling: 'fit',
    	autoPlay: true,
    	autoBuffering: true,
    	
    	// make the video clip use our secure streaming plugin 
        urlResolvers: 'secure'
        
               // this is required for secure URL generation 
        //baseUrl: 'http://fishpipe.com/wp-content/blogs.dir/videos/'			
    },
    
    key: '$1a4217a99730eec1f31',
    
	plugins: {  
		lighttpd: { 
			url: 'http://fishpipe.com/wp-content/themes/bp-fishpipe112/_inc/flowplayer/flowplayer.pseudostreaming-3.1.3.swf'
		},
		
		controls: {
			backgroundColor: '#000000',
			backgroundGradient: [0.3, 0], 
			//backgroundGradient: 'none',
			background: 'url(http://fishpipe.com/wp-content/themes/bp-fishpipe112/_inc/img/bg-trans-uni.jpg) repeat-x', 
			height: 28,
			autoHide: 'always',
			hideDelay:  2000,
			//width: '98%',  
            //bottom: 5, 
            left: '50%', 
            //borderRadius: 15,
            
            //colors
            bufferColor: '#2a2a2a', 
            progressColor: '#9fab4c',
            sliderColor: '#141414',             
            buttonColor: '#141414', 
            buttonOverColor: '#2a2a2a',
            timeColor: '#9fab4c'
		}		
    },
    
    canvas: { 
        backgroundColor: '#141414', 
        backgroundGradient: [0.3, 0], 
        borderRadius: 10 
    } 
 
}