// this simple call does the magic
		$(function() {
			$("a.flowplayer").flowembed("http://www.vu-amstelland.nl/video/FlowPlayerDark.swf",  {
			controlBarBackgroundColor:'0x666666',
			controlBarGloss: 'none',
			showVolumeSlider: false,
			showMuteVolumeButton: false,
			showFullScreenButton: false,
			showMenu: false,
			initialScale:'scale'
			});		
		});

