/*
 * flowplayer external configuration file.  
 */  
 
var fp_conf = { 
    // define each new skin   
	homepage: {
		clip: {
			autoPlay: true, 
			autoBuffering: true
		},
		plugins: {                 
			controls: { 
				backgroundColor: '#000', 
				backgroundGradient: 'none',             
				all: false, 
				scrubber: true, 
				height: 15, 
				sliderColor: '#666666', 
				progressColor: '#990066', 
				bufferColor: '#333333' 
			}              
		} 
	},
	showreel: {
		clip: {
			autoPlay: false, 
			autoBuffering: false
		},
		plugins: {                 
			controls: { 
				backgroundColor: '#000', 
				backgroundGradient: 'none',
				fontColor: '#990066',
				timeColor: '#ffffff',
				timeBgColor: '#660044',
				buttonColor: '#990066',	
				sliderColor: '#666666',
				sliderGradient:'high',  
				progressColor: '#990066', 
				bufferColor: '#333333',
				volumeSliderColor: '#333333',
				autoHide: 'never',              
            
				// which buttons are visible and which are not?             
				all: false, 
				scrubber: true, 	         
				play:true,
				volume:true,
				mute:true,
				time:true,
				stop:false,
				playlist:false,
				fullscreen:true,
				
				height: 18
			}              
		} 
	},
	clip: {
		clip: {
			autoPlay: true, 
			autoBuffering: true
		},
		plugins: {                 
			controls: { 
				backgroundColor: '#000', 
				backgroundGradient: 'none',
				fontColor: '#990066',
				timeColor: '#ffffff',
				timeBgColor: '#660044',
				buttonColor: '#990066',	
				sliderColor: '#666666',
				sliderGradient:'high',  
				progressColor: '#990066', 
				bufferColor: '#333333',
				volumeSliderColor: '#333333',
				autoHide: 'never',              
            
				// which buttons are visible and which are not?             
				all: false 
				/*scrubber: true, 	         
				play:true,
				volume:true,
				mute:true,
				time:true,
				stop:false,
				playlist:false,
				fullscreen:true,
				
				height: 18*/
				
			}              
		}
	}, 

	skins: {                 
		showreel: { 
			backgroundColor: '#000', 
			backgroundGradient: 'none',
			fontColor: '#9A10A6', 	// purple
			timeColor: '#ffffff',
			timeBgColor: '#070677',		// blue
			buttonColor: '#9A10A6', 	// purple	
			sliderColor: '#666666',
			sliderGradient:'high',  
			progressColor: '#9A10A6', 	// purple
			bufferColor: '#333333',
			volumeSliderColor: '#333333',
			autoHide: 'never',              
		
			// which buttons are visible and which are not?             
			all: false, 
			scrubber: true, 	         
			play:true,
			volume:true,
			mute:true,
			time:true,
			stop:false,
			playlist:false,
			fullscreen:true,
			
			height: 18
		},
		
		homepage: { 
			backgroundColor: '#000', 
			backgroundGradient: 'none',             
			all: false, 
			scrubber: true, 
			height: 15, 
			sliderColor: '#666666', 
			progressColor: '#9A10A6', 	// purple
			bufferColor: '#333333' 
		},
		
		clip: { 
			backgroundColor: '#000', 
			backgroundGradient: 'none',
			fontColor: '#9A10A6',	// purple
			timeColor: '#ffffff',
			timeBgColor: '#660044',
			buttonColor: '#990066',	
			sliderColor: '#666666',
			sliderGradient:'high',  
			progressColor: '#9A10A6', 	// purple
			bufferColor: '#333333',
			volumeSliderColor: '#333333',
			autoHide: 'never',              
		
			// which buttons are visible and which are not?             
			all: false 
			/*scrubber: true, 	         
			play:true,
			volume:true,
			mute:true,
			time:true,
			stop:false,
			playlist:false,
			fullscreen:true,
			
			height: 18*/
			
		} 
		
		           
	}    

}

/*var fp_conf = { 
    // define each new skin   
	homepage: {
		clip: {
			autoPlay: true, 
			autoBuffering: true
		},
		plugins: {                 
			controls: { 
				backgroundColor: '#000', 
				backgroundGradient: 'none',             
				all: false, 
				scrubber: true, 
				height: 15, 
				sliderColor: '#666666', 
				progressColor: '#990066', 
				bufferColor: '#333333' 
			}              
		} 
	},
	showreel: {
		clip: {
			autoPlay: false, 
			autoBuffering: false
		},
		plugins: {                 
			controls: { 
				backgroundColor: '#000', 
				backgroundGradient: 'none',
				fontColor: '#990066',
				timeColor: '#ffffff',
				timeBgColor: '#660044',
				buttonColor: '#990066',	
				sliderColor: '#666666',
				sliderGradient:'high',  
				progressColor: '#990066', 
				bufferColor: '#333333',
				volumeSliderColor: '#333333',
				autoHide: 'never',              
            
				// which buttons are visible and which are not?             
				all: false, 
				scrubber: true, 	         
				play:true,
				volume:true,
				mute:true,
				time:true,
				stop:false,
				playlist:false,
				fullscreen:true,
				
				height: 18
			}              
		} 
	},
	clip: {
		clip: {
			autoPlay: true, 
			autoBuffering: true
		},
		plugins: {                 
			controls: { 
				backgroundColor: '#000', 
				backgroundGradient: 'none',
				fontColor: '#990066',
				timeColor: '#ffffff',
				timeBgColor: '#660044',
				buttonColor: '#990066',	
				sliderColor: '#666666',
				sliderGradient:'high',  
				progressColor: '#990066', 
				bufferColor: '#333333',
				volumeSliderColor: '#333333',
				autoHide: 'never',              
            
				// which buttons are visible and which are not?             
				all: false 
				/*scrubber: true, 	         
				play:true,
				volume:true,
				mute:true,
				time:true,
				stop:false,
				playlist:false,
				fullscreen:true,
				
				height: 18* /
				
			}              
		}
	} 

    // setup additional skins here ...     

}

*/
