flashembed("mihaly_video", 
	/* 
		first argument supplies standard Flash parameters. See full list:
		http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
	*/
	{
		src:'/Prebuilt/flv/FlowPlayerDark.swf',
		width: 196, 
		height: 147
	},
	
	/*
		second argument is Flowplayer specific configuration. See full list:
		http://flowplayer.org/player/configuration.html
	*/
	{config: {   
		autoPlay: false,
		autoBuffering: true,
		controlBarBackgroundColor:'0x2e8860',
		initialScale: 'fit',
		controlsOverVideo: 'ease', 
		loop: false,
		hideControls: true,
		showScrubber: false, 
		showVolumeSlider: false,
		showMuteVolumeButton: false,
		showMenu: false,
		videoFile: '/Prebuilt/flv/video/mihaly.flv',
		splashImageFile: '/Prebuilt/flv/video/mihaly.jpg',
		usePlayOverlay: true
	}} 
);