Satay Method

[FONT=verdana][SIZE=2][COLOR=#000000] I have done much research on embedding flash components so that the site is XHTML Transitional valid, and the best solution I have found is the Satay Method. It works great, but it does not work in IE. Does anyone have any ideas or links. I already searched these forums and google, but the only solutions I have found will not work in IE. Here is the code that I am using, but is not valid: [/COLOR][/SIZE][/FONT]

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" id="index" align="middle"> 
<param name="allowScriptAccess" value="sameDomain" /> 
<param name="movie" value="flash/index.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="flash/index.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
</object>

[FONT=verdana][SIZE=2][COLOR=#000000]Here is the code that is valid, but does not work in IE: [/COLOR][/SIZE][/FONT]

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
 codebase="http://download.macromedia.com 
 /pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 
 width="400" height="300" id="movie" align=""> 
 <param name="movie" value="movie.swf"> 
 <embed src="movie.swf" quality="high" width="400" 
 height="300" name="movie" align="" type="application/x-shockwave-flash" 
 plug inspage="http://www.macromedia.com/go/getflashplayer"> 
</object>

[FONT=verdana][SIZE=2][COLOR=#000000]Thanks so much for the help![/COLOR][/SIZE][/FONT]