NSNotificationCenter Class For ActionScript 3.0

Here is a class that we have found very useful when building Flash projects.  The idea comes from Cocoa's NSNotificationCenter which is a great class used to send events in Mac and iPhone apps.  Our class is named "EventNotificationCenter".  Sorry for the long names, I got use to X-Code auto guessing as I type. This class will let you send events with or without extra data. You can then listen to that event without having to know about the object that sent it.  You simply ask the EventNotificationCenter class to send it for you.  Very useful indeed. more...