Flash is not getting loaded-when IE is reloaded

HI friends,

My flash file works fine in all browsers, but When I reload the page(IE 7), the flash file is not dislpaying…but when I relaod Mozilla or other browsers its work fine.

This is the code in html page

<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0” width=“900” height=“656” id=“wall_example_test” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“allowFullScreen” value=“false” />
<param name=“movie” value=“wall_example_test.swf” /><param name=“quality” value=“high” /><param name=“bgcolor” value="#000000" /> <embed src=“wall_example_test.swf” quality=“high” bgcolor="#000000" width=“900” height=“656” name=“wall_example_test” align=“middle” allowScriptAccess=“sameDomain” allowFullScreen=“false” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />

</object>

Can anyone Please give me a suggestion,
Any help will be much appreciated.

Thanks