var playerLocation = 'flvplay.swf';

function showFLV(src, width, height){
		
	document.write('<object title="" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" type="application/x-shockwave-flash" style="z-index:9999" width="'+width+'" height="'+height+'" data="'+playerLocation+'?file='+src+'">');
	document.write('<param name="movie" value="'+playerLocation+'?file='+src+'" />');
	document.write('<embed title="" width="'+width+'" height="'+height+'" allowscriptaccess="always" base="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" wmode="opaque" swliveconnect="true" quality="high" type="application/x-shockwave-flash" src="'+playerLocation+'?file='+src+'"></embed></object>');

}

