I want to store descriptions of classes in an external file (such as XML) or database, and use them in my Flex application such that I can add, remove, or change the classes in the external file with recompling the Flex application.
Is there any way to do this? In a nutshell, is there a way to create a class through an Actionscript function, with a for loop where the information that is looped over contains the definitions of the classes loaded from an external source?

