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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -