If you are trying to load a bunch of images at once, try spreading out the loading process a bit. I encountered the same problem ( although in my case IE was the only browser that loaded correctly ). My solution was to load them one-by-one from a queue. It made the loading process take longer but it solved the problem.
Jamie On Jan 24, 2008 4:03 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Is "xmlReceived()" getting called? > > Tracy > > > > ________________________________ > > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Ron Hiner > Sent: Thursday, January 24, 2008 6:06 PM > To: [email protected] > Subject: [flexcoders] internet explorer problem > > > > > > > > > > I described this a couple days ago, but did get any response.. anyone? > > I created my very first Flex app the other day, and it works perfectly > in firefox... It's pretty trivial really: it reads an XML file for a list > of image files, then loads > them into an mx:image -- I love it! (code is derived from Laura's blog > post at asfusion.com) > > The app is here... www.ronhiner.com > > It works great in firefox, and in safari, but it doesn't work in MSIE. The > images never get loaded. > According to the server logs, the XML file is requested, but the flex > app never comes back for the image files -- but only when using in IE. > Firefox and Safari browsers both deliver the images just like they are > supposed to. > > I've spent all day on this, and have gotten nowhere. Ugh! Is there > something peculiar about the way that IE hands an XML file to the SWF > file? > > Laura's implementation works fine in IE -- and as far as I can tell, all > the relevant code is identical. see > http://www.asfusion.com/blog/entry/transitions-added-to-photoshow-example > > Particularly frustrating it the discovery that Flex has apparently has > cross-platform issues. I was hoping those days were behind me. > > The XML file passed W3 validation.. . so I don't know what to do next. > > Suggestions? > > Thanks!! > > > ________________________________ > > > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.

