Here is my issue
I am getting the following error when running a flex app ....
Error #1502: A script has executed for longer than the default timeout period
of 15 seconds.
I read numerous blogs about how to increase script timeout limit in flex ...
using
1) <mx:application scriptTimeLimit="60">,
2) add flex builder compiler option -default-script-limit 1000 60 ....
but none of these work ... limit is still stuck on 15 secs .... how can I
really increase the script timeout limit ???
If you can help me that would be great --
Code:
Content visible to registered users only.