function setFlashPlayer(div, src, width, height)
{
	swfobject.embedSWF("/flash/player/FlowPlayerDark.swf", div, width, height, "9.0.0", "expressInstall.swf", {config: "{ playList: [ {overlayId: 'play' }, { url: '"+src+"' } ], initialScale: 'scale' }" });
}