Flash Player API for ActionScript
Image by Dekuwa via Flickr The Flash Player APIs in ActionScript 3.0 contain many classes to control objects at a low level. Adobe® AIR™ applications can also use the Flash Player APIs. DOM3 event model - Document Object Model Level 3 event model (DOM3) provides a standard way of generating and handling event messages so that ActionScript objects can interact and communicate, maintaining their state and responding to change. ActionScript 3.0 event model is based on World Wide Web Consortium DOM Level 3 Events Specification and provides a clearer and efficient mechanism. Events and error events are located in the flash.events package. The Flex application framework uses the same event model as the Flash Player API , so the event system is unified across the Flash platform. Display list API - The API for accessing the Flash Player and Adobe AIR display list (the tree that contains any visual elements in the application) consists of classes for working with visual primitives. Dept...