Flash script time limit
Hey. Is there an option to set script time limit for Flash projects? I.e. nr of seconds you'd let flash player try to execute a script.
In Flash IDE you can do so in the publish settings panel.
Please sign in to leave a comment.
Yes, you can set something like -default-script-limits=1000,60 as Additional compiler options at Compiler Options tab of the Flash build configuration settings (Project Structure dialog). First number is maximum recursion depth (1000 is default), second - maximum execution time (60 is default).