Flash - Continue Script Despite Slow Warning
1 answer
You can set the script timeout in the Flash Authoring Publish Settings (CTRL + SHIFT + F12), this is the last setting in the Flash tab. If you are using mxmlc to compile, check the - default-script -limits option .
However, it is better to split your calculation into multiple frames, users are more likely to think that your application is frozen if it does not respond for a few seconds.
+2
source to share