PDA

View Full Version : Embedding SWF not wrkin in IE



dahlia
30 Mar 2008, 11:17 AM
I have stored a flash game in my server at

\htdocs\games\game1.swf

I am having the below code to insert that game in my page..


<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