FlashObject in <div> not working in IE on refresh?!

Hey,

I am using Kirupa’s FlashObject script on a page where I have flash objects that are set to 100% size inside <div> elements. I want to be able to make Javascript calls from flash to resize the div’s whenever the flash requests it.

The problem is that it’s working perfectly inside of Firefox, but with Internet Explorer some elements don’t even get loaded, and if you refresh the Internet Explorer page, almost no elements get loaded. What could be wrong here?

http://www.expertgear.com/flashsize/

The flash simply tells the div container to resize itself, and it works 100% perfect how I want inside Firefox. Would anyone know why IE is bugging up so much and not even loading some of the SWF files?

(I tried calling a JS alert from the SWF files previously, and it verified that a lot of the SWF’s were not even being loaded by IE on refresh)