PDA

View Full Version : Flash is not getting loaded-when IE is reloaded



bruce_flash
September 2nd, 2009, 06:21 AM
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

theCodeBot
September 2nd, 2009, 06:45 AM
I'd say just switch to IE8, as that has an IE7 compatibility mode without as many issues, but I highly doubt you'll be convincing your visitors to upgrade IE, let alone switch to a superior browser.

As far as I can tell, it has nothing to do with your embedding code. It's IE itself that's having issues. I suggest checking several other sites with IE7 that have a heavy flash document, and reload them several times. See if you can find other sites that do this.

If you can, try to find a pattern to find out what is the problem (too much non-flash to load, maybe too many different flash objects, the flash file in question is extremely heavy, etc). If you find it's not because IE's having trouble with the load, the AVM _may_ be choking on the Actionscript code, though that's an extremely rare occurrence for it to only happen in one browser.