Flash Browser issues

I have a simple flash movie that is not being shown in IE8

site: http://www.fashionsjamaica.com/

present script that I am using:

<object width="550" height="400">
<param name="movie" value="http://www.fashionsjamaica.com/somefilename.swf">
<embed src="http://www.fashionsjamaica.com/somefilename.swf" width="550" height="400">
</embed>
</object>

This script only shows in firefox and chrome:

<script type="text/javascript">
AC_AX_RunContent( 'width','550','height','400','src','http://www.fashionsjamaica.com/somefilename.swf','movie','http://www.fashionsjamaica.com/somefilename.swf' ); //end AC code
</script><noscript>
<object width="550" height="400">
<param name="movie" value="http://www.fashionsjamaica.com/somefilename.swf">
<embed src="http://www.fashionsjamaica.com/somefilename.swf" width="550" height="400">
</embed>
</object></noscript>