Hi, One solution although hack will work;
load up a UIComponent, call describeType() flash.utils.describeType either trace that to the output pane and copy or save it to a file during runtime. You will have ALL of the information you need regarding classes to Object in the XML file. This will get you Sprite, DisplayObject, InteractiveObject etc but not Number etc. Peace, Mike PS with this way, there is no errors, just getting them all. On 2/13/07, arne.deutsch <[EMAIL PROTECTED]> wrote:
The problem with the xml files (that are in the SWCs, too) is, that they only contain descriptions which classes exist. What I need is not only the names but also a desription of the interface of these classes (methods, method arguments, return types etc.). That is not in the xml, is it?
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

