Monthly Archives: May 2009

Utilizing Namespaces to Indicate Framework Usage

When utilizing PureMVC Mediator’s, there are 2 ways I’ve seen people write them. The first way is to have the Mediator call methods on the View, passing data it retrieved from a Proxy. This can also be done from a … Continue reading

Posted in ActionScript, Flex | 15 Comments

Creating Modules in Flash CS4

You can now create modules in Flash CS4 using AS3.  You couldn’t in CS3, but could in Flash 8 using AS2.  Flash CS4 comes with a new feature in the Publish Settings called “External Library Path”.  What this allows you … Continue reading

Posted in ActionScript, Flash | 6 Comments