I posted this in the Flash MX forum but I will probally get more help here.
I am using the code straight from SWFObject.zip
//>
<div id=“flashcontent”>
<strong>You need to upgrade your Flash Player</strong>
This is replaced by the Flash content.
Place your alternate content here and users without the Flash plugin or with
Javascript turned off will see this. Content here allows you to leave out <code>noscript</code>
tags. Include a link to <a href=“swfobject.html?detectflash=false”>bypass the detection</a> if you wish.
</div>
<script type=“text/javascript”>
var so = new SWFObject(“ani.swf”, “intro”, “750”, “263”, “#FFFFFF”);
so.addParam(“quality”, “high”);
so.write(“flashcontent”);
</script>
\>
and it causes IE to block the active content and even asks the user to click a button at the top of the window to show blocked content. It also displays the the No Javascript message…
Any ideas?
Thanks
Mark