the flash calls javascript to preload the images using
getURL('javascript:preloadImages(imageString)');
I'm sending a string of the images (which are taken from an xml file) to the javascript imagePreload function.
IE doesn't seem to have a problem with it...only FireFox.