class - How do I create my own Classes/Objects in Flex? -
When I try to do this in AD Cdata block, it tells me that class can not be declared in class (MX: application itself). Makes sense. But how else can I?
You create a new file with a .as extension, and enter the definition of your class in it.
Comments
Post a Comment