RE: [Flashcoders] Slow-Running Script alert

2007-05-11 Thread Ash Warren
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 loadi

Re: [Flashcoders] Slow-Running Script alert

2007-05-11 Thread Johannes Nel
07 8:34 PM 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 &g

Re: [Flashcoders] Slow-Running Script alert

2007-05-11 Thread Dave Mennenoh
I've had this happen when styling a bunch of components all at one time. Usually it's some kind of loop, since you need to be stuck in the same code for 15 secs, as other have mentioned. In my case, I was calling an init function within a series of loaded movies. Each movies init styled its com

Re: [Flashcoders] Slow-Running Script alert

2007-05-10 Thread JOR
Let's see some code. It sounds like you might be stuck in a loop where you are waiting for the value of something to change before proceeding. If it takes too long for that value to change and you continue to loop you will timeout your script and get the alert. You might be better off using

Re: [Flashcoders] Slow-Running Script alert

2007-05-10 Thread Latcho
kill the WHILES ;) Marc Hoffman wrote: 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 sc

Re: [Flashcoders] Slow-Running Script alert

2007-05-10 Thread Jobe Makar
: "Marc Hoffman" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, May 10, 2007 8:34 PM 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 highe

[Flashcoders] Slow-Running Script alert

2007-05-10 Thread Marc Hoffman
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