Publish .swf issue

newbie to flash. i edited a .swf file (created by someone else). the file uses .xml. the flash works fine in netscape, but does not display properly in IE. i’ve emptied by cache and all, but not such luck. one of the flash files displays, but the .xml components do not and the other flash file does not display any .xml components. (xml displays images and text).

any ideas how to fix this?

the flash code looks like this:
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase="[L=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"[/L] width=“740” height=“200”>
<param name=“movie” value="/flash/calculator.swf" />
<param name=“quality” value=“high” />
<param name=“flashVars” value=“mainLabel=rates&topLevelURL=http://www.makeinternationalphonecall.com” />
<embed src="/flash/calculator.swf" width=“740” height=“200” quality=“high” pluginspage="[L=http://www.macromedia.com/go/getflashplayer"]http://www.macromedia.com/go/getflashplayer"[/L] type=“application/x-shockwave-flash” flashvars=“mainLabel=rates&topLevelURL=http://www.makeinternationalphonecall.com”></embed>
</object>

thx in advance for any help!