The ActionScriptVersion class is an enumeration of constant values that
indicate the language version of a loaded SWF file.
The language version constants are provided for use in checking the
actionScriptVersion property of a flash.display.LoaderInfo object.
See also
Public Constants
| | Property | Defined by |
| | | ACTIONSCRIPT2 : uint = 2 [static]
ActionScript language version 2.0 and earlier.
| ActionScriptVersion |
| | | ACTIONSCRIPT3 : uint = 3 [static]
ActionScript language version 3.0.
| ActionScriptVersion |
Public Properties
| | Property | Defined by |
| |  | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object |
| |  | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object |
Public Methods
| | Function | Defined by |
| |  |
Indicates whether an object has a specified property defined.
| Object |
| |  |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object |
| |  |
Indicates whether the specified property exists and is enumerable.
| Object |
| |  |
Sets the availability of a dynamic property for loop operations.
| Object |
| |  |
Returns the string representation of the specified object.
| Object |
| |  |
Returns the primitive value of the specified object.
| Object |
public static const ACTIONSCRIPT2:uint = 2
ActionScript language version 2.0 and earlier.
public static const ACTIONSCRIPT3:uint = 3
ActionScript language version 3.0.
© 1996-2006 Adobe Systems Incorporated. All rights reserved.
Fri Apr 21 2006, 12:34 PDT
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/display/ActionScriptVersion.html