Swf won't play

I need some help. I have added the following code to my website and the swf file plays fine on my firefox browser… not in IE and not on anyone else’s browser. Can anyone tell me what the problem is and how to fix it?


<DIV style="position: absolute; top:0px; left:825px; width:320px; height:200px"> <script type="text/javascript" src="[http://healthyalibaba.com/flashobject.js](http://www.kirupa.com/forum/view-source:http://healthyalibaba.com/flashobject.js)"></script>  <div id="flashcontent" style="width: 320px; height: 180px"></div>  <script type="text/javascript"> var fo = new FlashObject("http://healthyalibaba.com/images/fresh.swf", "animationName", "320", "180", "8", "#FFFFFF"); fo.addParam("allowScriptAccess", "sameDomain"); fo.addParam("quality", "high"); fo.addParam("scale", "noscale"); fo.addParam("loop", "true"); fo.write("flashcontent"); </script></div>