Flash - Continue Script Despite Slow Warning

My program requires a few random recursions and I have to manually let the script continue with the warning that keeps popping up:

"A script in this movie makes the flash player start slowly."

Is it possible to automatically continue this warning?

+2


source to share


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







All Articles