问题
i would like to, somehow, interact with my library.. I have a lot (near 100) of objects exported as classes at specific folder into library, and i would like to get its properties. How can i do it? there is some AS3 method that can list exported object classes?
回答1:
in runtime , try this :
trace(ApplicationDomain.currentDomain.getQualifiedDefinitionNames());
before version 11.3 use this library :
http://etcs.ru/pre/getDefinitionNamesSource/
来源:https://stackoverflow.com/questions/12084097/how-to-list-objects-in-library-using-as3-at-runtime