HUGE problem with FO code and IE!

Ugh, so why does my embed code thats purely intended to work for IE (Screw you “click to activate control” !!)
not work in IE??

Theres a scrolling flash thing i whipped up that doesn’t appear in IE, but it does in Firefox.

I AM TEH CONFUZZLED


<script type="text/javascript" src="/nbsa/flashobject.js"></script>
<div id="flashcontent" style="width: 760px; height: 70px"></div>
<script type="text/javascript">
var fo = new FlashObject("/nbsa/logos.swf", "flashBanner", "760", "70", "8", "#FFFFFF");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "true");
fo.write("flashcontent");

</script>