Hi All,
For a flash component say a Push Button, I need a way to list down all the properties and methods for this component instance/Object/Class.All i mean is, if PushButton has a,b,c as methods and x,y,z as properties, then i need a method like say
PushButton.getDeclaredMethods() - should return [a,b,c]
PushButton.getDeclaredFields() - should return [x,y,z]
Can someone suggest something.This is possible in Java, but is it possible in Actionscipt too?
Thnx,
Sonali.
For a flash component say a Push Button, I need a way to list down all the properties and methods for this component instance/Object/Class.All i mean is, if PushButton has a,b,c as methods and x,y,z as properties, then i need a method like say
PushButton.getDeclaredMethods() - should return [a,b,c]
PushButton.getDeclaredFields() - should return [x,y,z]
Can someone suggest something.This is possible in Java, but is it possible in Actionscipt too?
Thnx,
Sonali.