Namespaces, Five ActionScript Tips in Five Days, Part 2

Peachpit, Written by

ActionScript 3 namespace definition keywords are extremely powerful and can really simplify your code.
A namespace is essentially a custom keyword that controls the visibility of class properties and methods. For such a powerful feature, a namespace is pretty simple to use: You just put it in place of the access control modifier for a class property or method.

Read the original article at Peachpit