ActionScript is a powerful, object-oriented scripting language. The latest/current version of ActionScript is version 3.0.
ActionScript and MXML are the languages of Flex. ActionScript code is defined in files with the .as extension or in within
ActionScript 3 Top-Level Data Types:
- Array - The Array class lets you access and manipulate arrays.
- Boolean - A Boolean object is a data type that can have one of two values, either true or false, used for logical operations.
- Class - A Class object is created for each class definition in a program.
- Date - The Date class represents date and time information.
- Error - The Error class contains information about an error that occurred in a script.
- Function - A function is the basic unit of code that can be invoked in ActionScript.
- int - The int class lets you work with the data type representing a 32-bit signed integer.
- Number - A data type representing an IEEE-754 double-precision floating-point number.
- RegExp - The RegExp class lets you work with regular expressions, which are patterns that you can use to perform searches in strings and to replace text in strings.
- String - The String class is a data type that represents a string of characters.
- uint - The uint class provides methods for working with a data type representing a 32-bit unsigned integer.
- XML - The XML class contains methods and properties for working with XML objects.
- XMLList - The XMLList class contains methods for working with one or more XML elements.
- (some have been omitted, see http://livedocs.adobe.com/flex/3/langref/package-detail.html for more)