[eluser]therealmaloy[/eluser]
charlie
i always use the swfobject and it works fine... normally i used the absolute addressing method for flash file's location.
fyi: swfobject 2.x used here
Code:
var flashvars = {};
var params = { wmode: "opaque" };
var attributes = {};
swfobject.embedSWF("http://www.mySite.com/public/flash_files/banner_main.swf", "flashcontent", "716", "243", "9.0.0", "download/expressInstall.swf",flashvars, params, attributes);
swfobject target inside html
Code:
<div id="flashcontent">
flash here
</div>