I am create a lots of classes dynamic before building the flash file (protobuffers)
I need to use these clases later by using the getDefinitionByName and a sting that I get from a server.
But the classes are not compiled with the project as they are not refrenced and therefore cannot be used runtime.
Is there a way to force the compiler to add all classes in a folder to the output file, even that I have not referenced them?