/** 
 * Example external configuration file.  
 * You can freely categorize these nodes 
 */  
var conf = { 
    // my skins 
    skins: {         
					schwarzrot:  { 
								//url: '/club/flashplayer/flowplayer.controls-3.1.1.swf',    // always: where to find the Flash object 
								autoHide: 'always',
								all:false, 
		            scrubber:true, 
    		        volume:true,
    		        mute:true,
								time: false,
								play:true,
								fullscreen:true,
	            	playlist: false,                // now the custom options of the Flash object 
	            	bufferColor: '#333333', 
		            progressColor: '#cc0000',             
      		      buttonColor: '#cc0000', 
    	    	    buttonOverColor: '#ff0000',
								backgroundColor: '#000000', 
	            	tooltips: 
								{                // this plugin object exposes a 'tooltips' object 
	                buttons: true, 
									play: 'Abspielen', 
	                mute: 'Ton aus',
	                unmute: 'Ton an',
	                pause: 'Pause',
	                fullscreen: 'Vollbild' 
	            	} 
        },
        schwarzblau:  { 
								//url: '/club/flashplayer/flowplayer.controls-3.1.1.swf',    // always: where to find the Flash object 
								autoHide: 'always',
								all:false, 
		            scrubber:true, 
    		        volume:true,
    		        mute:true,
								time: false,
								play:true,
								fullscreen:true,
	            	playlist: false,                // now the custom options of the Flash object 
	            	bufferColor: '#002966', 
		            progressColor: '#0D5DD5',             
      		      buttonColor: '#0D5DD5', 
    	    	    buttonOverColor: '#ABCAF9',
								backgroundColor: '#000000', 
	            	tooltips: 
								{                // this plugin object exposes a 'tooltips' object 
	                buttons: true, 
									play: 'Abspielen', 
	                mute: 'Ton aus',
	                unmute: 'Ton an',
	                pause: 'Pause',
	                fullscreen: 'Vollbild' 
	            	} 
        },
        pink:  { 
								//url: '/club/flashplayer/flowplayer.controls-3.1.1.swf',    // always: where to find the Flash object 
								autoHide: 'always',
								all:false, 
		            scrubber:true, 
    		        volume:true,
    		        mute:true,
								time: false,
								play:true,
								fullscreen:true,
	            	playlist: false,                // now the custom options of the Flash object 
	            	bufferColor: '#333333', 
		            progressColor: '#AD2240',             
      		      buttonColor: '#AD2240', 
    	    	    buttonOverColor: '#AD2240',
								backgroundColor: '#000000', 
	            	tooltips: 
								{                // this plugin object exposes a 'tooltips' object 
	                buttons: true, 
									play: 'Abspielen', 
	                mute: 'Ton aus',
	                unmute: 'Ton an',
	                pause: 'Pause',
	                fullscreen: 'Vollbild' 
	            	} 
        }, 
        hellblau:  { 
								//url: '/club/flashplayer/flowplayer.controls-3.1.1.swf',    // always: where to find the Flash object 
								autoHide: 'always',
								all:false, 
		            scrubber:true, 
    		        volume:true,
    		        mute:true,
								time: false,
								play:true,
								fullscreen:true,
	            	playlist: false,                // now the custom options of the Flash object 
	            	bufferColor: '#004D48', 
		            progressColor: '#00E0D3',             
      		      buttonColor: '#00E0D3', 
    	    	    buttonOverColor: '#00E0D3',
								backgroundColor: '#000000', 
	            	tooltips: 
								{                // this plugin object exposes a 'tooltips' object 
	                buttons: true, 
									play: 'Abspielen', 
	                mute: 'Ton aus',
	                unmute: 'Ton an',
	                pause: 'Pause',
	                fullscreen: 'Vollbild' 
	            	}
        }
         
        // setup additional skins here ...         
    } 
     
}