Hey guys, I’m having some issues with loading the flash movie into IE. It seems to work fine in FF, but for some strange reason doesn’t want to show up in IE. The code used to call the swf file is the folllowing:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="850" height="600">
<param name="movie" value="/dev/flash/flash/Gallery.swf" />
<param name="quality" value="high" />
<embed src="/dev/flash/Gallery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="600"></embed>
</object>
Any ideas what I might be doing wrong here? Thanks.