Jump to content
Search Community

Getting classes list from a loaded SWF

gigbig test
Moderator Tag

Recommended Posts

Hi,

I'd like to know how I could get an Array of all the class definitions from a SWF loaded with SWFLoader.

 

Is it possible or I need to use some kind of workaround?

 

And... how can I get the content to cast to ByteArray like I can do with an URLLoader?

 

ByteArray(URLLoader(-url_loader-).data); 

 

Thanks

Link to comment
Share on other sites

Ok, for ByteArray I need DataLoader, I have found it by myself ;)

 

Now I need to extract the list of classes...

 

If I know a className, can I instantiate it from a DataLoader?

I hope I can use the DataLoader without downloading the same SWF twice to have a DataLoader and a SWFLoader...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...