Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi All, For a flash component say

Status
Not open for further replies.

25884

Programmer
Mar 12, 2001
46
AP
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top