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?
-
What do you mean "somehow interact with my library" there are many ways you could interact with a library. Are you looking for reflection, if so check out describeType, are you looking for static code analysis, if so check out swfdump.jar, are you looking for something else, if so please be more specific.shaunhusain– shaunhusain2012-08-23 03:58:39 +00:00Commented Aug 23, 2012 at 3:58
-
I have answered to similar question earlier here: stackoverflow.com/questions/8467631/…Rytis Alekna– Rytis Alekna2012-08-23 07:55:56 +00:00Commented Aug 23, 2012 at 7:55
Add a comment
|