> Is there a way to get all the classes that may exist in a package? Programmatically, at runtime? No, because there are no runtime objects representing packages, nor a programmatically accessible list of all classes in a SWF. Instead, you would have to load your own SWF as a ByteArray, parse its ABC blocks to find the fully-qualified names of all the classes inside (such as mx.core.UIComponent, mx.controls.Button, etc.) and from those names determine which classes were in which packages. - Gordon
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent: Monday, November 05, 2007 12:25 PM To: [email protected] Subject: [flexcoders] classes in packages Dear FlexCoders, Is there a way to get all the classes that may exist in a package? Thanks for any help, Brian.. ________________________________ *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please notify the sender by return e-mail delete this e-mail and refrain from any disclosure or action based on the information. ***

