actionscript 3 - Influence compile order of Flex mxmlc compiler -


i this bug when use constants default parameters , want work around somehow without having use literals. annoyingly, deffered bug resolution , not find satisfying solution this. suspect incorrect compile order responsible issue , think there must way influence it, preferably via compiler options, maybe more or less ugly hack.

my idea somehow force compiler compile class constants cause error first, before else gets compiled. i've no idea how achieve this. so:

is there way influence compile order of flex mxmlc?

moving constants definition in separate swc might help.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -