Image by nikrowell via Flickr What is ActionScript ? ActionScript is the programming language for the Adobe® Flash® Player and Adobe® AIR™ run-time environments. ActionScript is executed by the ActionScript Virtual Machine (AVM), which is part of Flash Player and AIR. ActionScript code is typically compiled into byte code format (a sort of language understood by computers), The byte code is embedded in SWF files, which are executed by Flash Player and AIR. ActionScript 3.0 supports object-oriented programming . Whats New in ActionScript 3.0 ? ActionScript 3.0 uses a new ActionScript Virtual Machine, called AVM2, that uses a new byte code instruction set and provides significant performance improvements ActionScript 3.0 comes with a modern compiler that performs deeper optimizations ActionScript 3.0 includes an expanded and improved application programming interface (API), with low-level control of objects and true object-oriented model. ActionScript 3.0 includes an XML API based ...