Using Namespaces in ActionScript 3.0 (AS3)

Namespaces are seldom used by AS3 development teams. They are useful in many cases. In this demo I define two classes which access the same subclass “Mediator.” When using the autocomplete/intellisense from Flex Builder to introspect the methods within Mediator we see a unique list depending on what custom namespace is used. Imagine helping your developers to see which public methods they should be using depending on what class they are coding in.

Don’t understand me? Don’t blame you. Download and Import this quick Flex Project Demo to learn about Namespaces

2 Responses to “Using Namespaces in ActionScript 3.0 (AS3)”

  1. sema Says:

    Link does not work. Could you fix it? Thanks in advance :)

  2. Samuel Rivello Says:

    Fixed!

Leave a Reply