// JavaScript Document

flowplayer("player", "http://www.pascalfendrich.net/Scripts/flowplayer-3.1.5.swf",

{	
   plugins:
   {
     controls:
	 {
		 autoHide: 'always',
		 
		 all:false,
	     play:true,
         scrubber:true,  
	     volume:true,
	  
	     height: 24,
	     width: 460,  
         bottom: 10, 
         left: '50%', 
         borderRadius: 4,
	     opacity: 1.0,
			
         backgroundColor: '#EFE9E4',
         backgroundGradient: 'none',
	     buttonColor: '#BBBBBB',
	     buttonOverColor: '#FF9900',
	     sliderColor: '#666666',
	     sliderGradient: 'none',
         volumeSliderColor: '#666666',
         volumeSliderGradient: 'none',
         bufferColor: '#999999',
         bufferGradient: 'none',
         progressColor: '#FF9900',
         progressGradient: 'none',
	     tooltipColor: '#CCCCCC',
         tooltipTextColor: '#444444'
	},
    
	
	time:
	{ 
         url: 'http://www.pascalfendrich.net/Scripts/flowplayer.controls-3.1.5.swf',
		 
	     autoHide: 'always',
         all: false, 
         time: true, 
         height:40, 
         right:30, 
         width:100, 
		 top:0,
		 opacity: 0.6,
		 
		 backgroundColor: 'transparent',         
         backgroundGradient: 'none',
		 
		 durationColor: '#000000',
		 timeColor: '#CC6600',
		 timeBgColor: '#FFFFFF'
	}
	
  }	
}
); 