all groups > flash actionscript > april 2004 >
You're in the

flash actionscript

group:

Error message when testing movie


Error message when testing movie stepsemp
4/25/2004 7:31:03 PM
flash actionscript: I get the following message when testing a movie:

The script in this movie is causing flash player to run slowly. If it
continues to run, your computer may be unresponsive. Do you want to abort the
script?

What the heck does this mean? I checked all my script and can't find a darn
thing!
Re: Error message when testing movie eric76
4/25/2004 7:55:02 PM
That is most likely because of a loop somewhere. Ideally each frame's code
should finnish within the amount of time determined by the framerate. If there
is a loop which takes alot of time, or perhaps doesn't even finnish, the you
get that error message.

/Mikael
Re: Error message when testing movie stepsemp
4/25/2004 8:07:27 PM
Re: Error message when testing movie Carl Fink
4/26/2004 3:00:06 PM
The "may be unresponsive" message usually means the
movie has gotten stuck on one frame. The commonest
reason for this is a frame script with a non-exiting loop )
as Eric said).

You can find it by turning on the Bandwidth Profiler in
the Flash development environment, and using the
debugging tools.
Re: Error message when testing movie ebtester
8/26/2004 4:36:51 AM
What if you have some compute intensive function that will take a couple of
seconds, but you don't want this message popping up all the time? Is there
some Flash Player setting that increases allowed time slot?

Thanks

AddThis Social Bookmark Button