I had a similar issue that I wanted to attach an "ImageNotFound" clip if an image didn't load, but I'm unable to attach anything if it fails. The only way I could fix it, was to initially create an empty movieclip and load into that. If it failed, I remove and recreate the empty movieclip and then I can attach. The issue may be similar.
- James -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Mountain Sent: Wednesday, August 16, 2006 10:58 AM To: Flashcoders mailing list Subject: [Flashcoders] MovieClip loader IE Caching bug I don't do too much online work to be honest so I've only just found this out - but I cannot believe Adobe haven't fixed this bug. http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/w whelp.htm?context=LiveDocs_Parts&file=00002538.html Using listeners for the movieclip loader, events only fire the first time the swf is loaded, if it's cached in ie then the listeners don't fire! How fundamentally flawed is this!?! Is their an elegant workaround or do I really have to use the 'old' onEnterFrame bytesLoaded v bytesTotal comparision? OMG Arrgh! Etc. M _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

