$('document').ready(function() {

	flowplayer("playerkl", "http://www.roemerschlachtamharzhorn.de/assets/js/flowplayer-3.2.2.swf",  {
		
		// player configuration goes here

		plugins: {
			controls: {
				all: false,
				play: true,
				scrubber: true,
				mute: true
			}
		}
		
	});


});

