Properties « Class « Flash / Flex / ActionScript






1.Adding Static Properties to a Class: static publicPrivateModifier var propertyName:Datatype;
2.Build a returning value from get property method
3.Use get and set for properties
4.Use get and set to define the readable and writable properties
5.Another option is to use implicit getters and setters.