I had an issue like this the other day and I KNEW it wasn't related to a loop error, actually it is related to a bug with the MovieClipLoader object and loading large files. This trick saved the day:
http://www.actionscript.org/forums/showthread.php3?p=559857#post559857 I knew I should have stuck to loadMovie ;) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Hoffman Sent: Thursday, May 10, 2007 7:34 PM To: Flashcoders mailing list Subject: [Flashcoders] Slow-Running Script alert I have a complex web site that does some early xml loading as well as loading another movie (an intro) in a higher level. On rare occasions, I'm getting the alert about a slow-running script in Flash, which freezes the movie. Clicking "yes" to abort the script, then refreshing the page, solves the problem for that instance. By the way, this can happen even after a successful loading of the movie, so it's NOT an issue of something not being cached. I've tried a lot of restructuring of how things load, and the problem now occurs less frequently, but it's still happening. Does anyone know exactly what that alert means? Is it ALWAYS a looping script, for instance? What other things might cause it? This is a tough one to troubleshoot. The problem is recently occurring in Win I.E. 7, but has been known to happen in FireFox 1.5 and in other browsers. thanks, Marc _______________________________________________ [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

