flowplayer("modern", "flowplayer-3.2.5.swf", {

			screen:	{
				bottom: 0	// make the video take all the height
			},
		
			// change the default controlbar to modern
			plugins: {
				controls: {
					url: 'flowplayer.controls-3.2.3.swf'							
				}
			},
			clip: {
		    	autoPlay: false,
		        autoBuffering: true
		        
		    }
			
		});

