|
Yes. The flex compiler makes some
decisions on how to break up your code into AS classes. Sometime it
screws up and generates a class that hits the limit. In your case, using
that flex config setting causes some extra code to be included in the
generation process which causes the compiler to make a bad decision. In
some cases, the debug code will fix the 32k problem. This is the classic case for the bogus
code trick. You need to make the compiler make a different decision. Note that I have no knowledge of the
generator/compiler internals and this is just my best guess at what is
happening. The bogus code trick will work though. From: yes yes we all know why
bla bla |
- RE: [flexcoders] 32k limit Tracy Spratt
- RE: [flexcoders] 32k limit Gordon Smith

