I have stored a flash game in my server at
Code:
\htdocs\games\game1.swf
I am having the below code to insert that game in my page..

HTML Code:
<object width="550" height="400">
<param name="movie" value="game1.swf">
<embed src="game1.swf" width="550" height="400">
</embed>
</object>
This game shows up in Opera and Mozilla. But does not work in IE. It looks like this... Any idea how to make it work?

http://i29.tinypic.com/1ilcnn.jpg