Is there any way to access the Inspectable metatag from actionscript or create similar meta information (Inspectable just happens to have every property I want access to)? Here's why:
Really I'm looking for advanced information from reflection. I'm creating a class hierarchy and want users to be able to edit the properties of instances of those classes at runtime. I need to build a form to display all of the properties and the form needs to understand what is the type of each property in order to display the correct editing control. Anyone know if this is possible? Thanks, - Dan
