/** 
* Example external configuration file.  
* You can freely categorize these nodes 
*/  
var conf = { 
    // key 
    dev: {
		vuzu: '#$ab1b8ab2830a17b7605',
		kudu: '#$fc99323d9e34bcd3938',
		mnetafrica: '#$17bbb8776f294c88ffe',
		afl: '#$e9c19d74cec41bf83cd',
		mnet: '#$60188edea4b00015350'
	},
	www: {
		vuzu: '$ab1b8ab2830a17b7605',
		kudu: '$fc99323d9e34bcd3938',
		mnetafrica: '$$17bbb8776f294c88ffe',
		afl: '$e9c19d74cec41bf83cd',
		mnet: '$60188edea4b00015350'
	},
	// player logo  
	playLogo:{
		vuzu: { 
			url: '/images/PlayerIcon_VUZU.png', 
			fullscreenOnly: false,
			bottom: 20, 
			right: 0,  
			displayTime: 0,
			linkUrl: 'http://www.vuzu.tv'  
		},
		afl: { 
			url: '/App_Themes/Default/Images/PlayerIcon_AFL.PNG', 
			fullscreenOnly: false,
			bottom: 30, 
			right: 10,  
			displayTime: 0,
			linkUrl: 'http://www.africanfilmlibrary.com'  
		},
		mnet: { 
			url: '/global/images/flowplayer/PlayerIcon_MNET.png', 
			fullscreenOnly: false,
			bottom: 44, 
			right: 0,  
			displayTime: 0,
			linkUrl: 'http://www.mnet.co.za'  
		}
	},
	// my playImg
	playImg:{
		vuzu: { 
			url: '/images/vuzuPlay.png', 
			width: 200, 
			height: 114, 
			replayLabel: 'Play Again' 
		}
	},
	// my skins 
    skins: {
		embed: { 
  			autoHide: 'always'            
		},
		impi: { 
            all:false, 
			scrubber:true, 
			play:true, 
			mute:true, 
			volume:true,
			fullscreen:true,
			time:false,
			// setup auto hide 
			autoHide: 'always',             
			// custom height 
			height: 30, 
			
			scrubberHeightRatio: 0.5,
			scrubberBarHeightRatio: 0.6,
			volumeSliderHeightRatio: 0.5,
			volumeBarHeightRatio: 0.6,
			
			// custom colors 
			backgroundColor: '#000000',
			backgroundGradient: 'none',
	
			sliderColor: '#000000',
			sliderGradient: 'meduim',
			
			volumeSliderColor: '#000000',
			volumeSliderGradient: 'meduim',
			
			progressColor: '#333333',
			progressGradient: 'none',
			bufferColor: '#999999',
			bufferGradient: 'none',
	
			buttonColor: '#666666',
			buttonOverColor: '#333333',
	
			tooltipColor: '#cccccc',
			tooltipTextColor: '#000000',
			opacity: 0.8
        },
		vuzu: { 
            all:false, 
			scrubber:true, 
			play:true, 
			mute:true, 
			volume:true,
			fullscreen:true,
			time:false,
			// setup auto hide 
			autoHide: 'always',             
			// custom height 
			height: 30, 
			
			scrubberHeightRatio: 0.5,
			scrubberBarHeightRatio: 0.6,
			volumeSliderHeightRatio: 0.5,
			volumeBarHeightRatio: 0.6,
			
			// custom colors 
			backgroundColor: '#000000',
			backgroundGradient: 'none',
	
			sliderColor: '#000000',
			sliderGradient: 'meduim',
			
			volumeSliderColor: '#000000',
			volumeSliderGradient: 'meduim',
			
			progressColor: '#333333',
			progressGradient: 'none',
			bufferColor: '#999999',
			bufferGradient: 'none',
	
			buttonColor: '#08d6d6',
			buttonOverColor: '#009999',
	
			tooltipColor: '#cccccc',
			tooltipTextColor: '#000000',
			opacity: 0.8
        },
		afl: { 
            all:false, 
			scrubber:true, 
			play:true, 
			mute:true, 
			volume:true,
			fullscreen:true,
			time:false,
			// setup auto hide 
			autoHide: 'always',             
			// custom height 
			height: 30, 
			
			scrubberHeightRatio: 0.5,
			scrubberBarHeightRatio: 0.6,
			volumeSliderHeightRatio: 0.5,
			volumeBarHeightRatio: 0.6,
			
			// custom colors 
			backgroundColor: '#000000',
			backgroundGradient: 'none',
	
			sliderColor: '#000000',
			sliderGradient: 'meduim',
			
			volumeSliderColor: '#000000',
			volumeSliderGradient: 'meduim',
			
			progressColor: '#333333',
			progressGradient: 'none',
			bufferColor: '#999999',
			bufferGradient: 'none',
	
			buttonColor: '#9da20e',
			buttonOverColor: '#5a630f',
	
			tooltipColor: '#cccccc',
			tooltipTextColor: '#000000',
			opacity: 0.8
        }
    } 
}
