|
You often will not find the offending code
in your own source though. Sometimes it is in the way the flex compiler
generates the underlying AS classes. This has been thoroughly discussed, but
here are a few pointers:
Tracy From: Hi, you get this error message when you have more than 32KB code
in a block. For example: if(..) { //more than 32 kb code } function foo() { //32 KB code } similarly in other types of blocks.. Try to refactor your code... Search the archives of this
list for related discussion... -abdul From: Ok I was writing a rather large mxml file one that is about
62KB, its never given me any problems with the amount of memory before and I
actually removed like about a few hundred lines of code to make the application
smaller. So what has me so confused is why am I getting a message saying its
exceeded the 32K span? Yahoo! Groups Links
|

