// JavaScript Document

flowplayer("player", "http://www.videokunst.org/Scripts/flowplayer-3.1.5.swf",

{	
   plugins:
   {
     controls:
	 {
		 autoHide: 'always',
		 
		 all:false,
	     play:true,
         scrubber:true,  
	     volume:true,
	  
	     height: 24,
	     width: 620,  
         bottom: 10, 
         left: '50%', 
         borderRadius: 4,
	     opacity: 1.0,
			
         backgroundColor: '#303D4A',
         backgroundGradient: 'none',
	     buttonColor: '#111111',
	     buttonOverColor: '#FF9900',
	     sliderColor: '#111111',
	     sliderGradient: 'none',
         volumeSliderColor: '#111111',
         volumeSliderGradient: 'none',
         bufferColor: '#4F647B',
         bufferGradient: 'none',
         progressColor: '#FF9900',
         progressGradient: 'none',
	     tooltipColor: '#DDDDDD',
         tooltipTextColor: '#333333'
	},
    
	
	time:
	{ 
         url: 'http://www.videokunst.org/Scripts/flowplayer.controls-3.1.5.swf',
		 
	     autoHide: 'always',
         all: false, 
         time: true, 
         height:40, 
         right:30, 
         width:100, 
		 top:0,
		 opacity: 0.7,
		 
		 backgroundColor: 'transparent',         
         backgroundGradient: 'none',
		 
		 durationColor: '#EEEEEE',
		 timeColor: '#FF9900',
		 timeBgColor: '#303D4A'
	}
	
  }	
}
); 
