Hi, I get this error:
"1 Error found.
Error /test_13.mxml:2
A function in the code exceeds the 64K byte limit (actual size = '132056'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document."
I understand what it says but the problem is that I don't have functions that big.
The biggest function I have is 4K of code.
Maybe the size of the mxml causes the problem - at the moment its around 88K?
I really have no idea about this error.
greets krzysiek

