|
It's worth a reminder that the 32K limit will
become an 8MB limit in Flex 2 / Flash Player 8.5, so these hassles will basically
go away before too much longer. - Gordon From: 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 |

