There are no reflection APIs for the list of classes in a SWF

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Vadim Melnik
Sent: Thursday, February 14, 2008 6:39 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Anyway to introspect a Module for a list of
Classes?

 

Hello Todd,

 

Probably way to list classes now is to parse SWF binary data manually,
extract bytecode information, parse it, etc.

 

--

Thanks,

Vadim.

 

        ----- Original Message ----- 

        From: Todd <mailto:[EMAIL PROTECTED]>  

        To: flexcoders@yahoogroups.com
<mailto:flexcoders@yahoogroups.com>  

        Sent: Thursday, February 14, 2008 3:54 PM

        Subject: [flexcoders] Anyway to introspect a Module for a list
of Classes?

         

        Hello All,
        I'm trying to figure out the Flex reflection APIs and their
        limitations. I'm looking for a way to get all the Classes in a
        Module, or even the main SWF of a given type. Is there a way to
do this?
        
        I've looked at the flash.util:
        getDefenition, 
        describeType,
        getQualifiedClassNae,
        getQualifiedSuperclassName
        etc.
        But I dont' see anything useful.
        
        For example, I want to take a SWF and get all classes that
extend
        MyBaseClass...
        
        Thanks,
        Todd

 

Reply via email to