views:

58

answers:

0

Hi,

I'm looking for a way to ensure classes are compiled for dynamic run time instantiation using getDefinitionByName() in Flex4.

I've looked at using the -include-libraries compiler argument but I would rather not have to pre-compile my classes in an swc.

There appears to be another compiler argument -includes, but whenever I try this I get errors - possibly I have the syntax wrong but I can't find any examples...

cheers

Wil