1

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?

2
  • 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. Commented Aug 23, 2012 at 3:58
  • I have answered to similar question earlier here: stackoverflow.com/questions/8467631/… Commented Aug 23, 2012 at 7:55

1 Answer 1

2

in runtime , try this :

trace(ApplicationDomain.currentDomain.getQualifiedDefinitionNames());

before version 11.3 use this library :

http://etcs.ru/pre/getDefinitionNamesSource/

Sign up to request clarification or add additional context in comments.

1 Comment

Have in mind that this method works only since Flash Player 11.3 version!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.