In a recent project I had to use runtime shared libraries. In ActionScript 3, the use of external libraries is made easy through the ApplicationDomain class and the getDefinition method. But one common limitation of the getDefinition method is that you have to know the name of the class definition you want to extract.
A cool addition would be a getDefinitions method which would return an Array of definitions. Unfortunately such a feature is still missing in Flash Player 10. That’s the reason why is created this tiny library called SWFExplorer which lets you browse an SWF and extract all the classes definitions available in an SWF.
0 comments:
Post a Comment