the html housing my flash site, has the internet explorer bug, the active content thing. I’d like to get rid of it.
The code i was using to embed my flash movie was this…
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0” width=“100%” height=“1400px” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“shell2.swf” /><param name=“quality” value=“high” /><param name=“scale” value=“exactfit” /><param name=“bgcolor” value="#ffffff" /><embed src=“shell2.swf” quality=“high” scale=“exactfit” bgcolor="#ffffff" width=“100%” height=“100%” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
I don’t know how to keep my parameters from here, while using the swf object embed code. Can someone help me to do this? Why is this not working?
Thanks.