//outsmart the IE embed issue
var flashCode="";

flashCode+="<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width=\"1\" height=\"1\" id=\"audio\" align=\"middle\">";
flashCode+="<param name=\"allowScriptAccess\" value=\"sameDomain\" />";
flashCode+="<param name=\"movie\" value=\"swfs/audio.swf\" />";
flashCode+="<param name=\"quality\" value=\"high\" />";
flashCode+="<param name=\"bgcolor\" value=\"#000000\" />";
flashCode+="<embed src=\"swfs/audio.swf\" quality=\"high\" bgcolor=\"#000000\" width=\"1\" height=\"1\" name=\"audio\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />";
flashCode+="</object>";

document.write(flashCode);