Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.display 
SWFVersion 
Packageflash.display
Classpublic final class SWFVersion
InheritanceSWFVersion Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

The SWFVersion class is an enumeration of constant values that indicate the file format version of a loaded SWF file. The SWFVersion constants are provided for use in checking the swfVersion property of a flash.display.LoaderInfo object.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  FLASH1 : uint = 1
[static] SWF file format version 1.0.
SWFVersion
  FLASH10 : uint = 10
[static] SWF file format version 10.0.
SWFVersion
  FLASH2 : uint = 2
[static] SWF file format version 2.0.
SWFVersion
  FLASH3 : uint = 3
[static] SWF file format version 3.0.
SWFVersion
  FLASH4 : uint = 4
[static] SWF file format version 4.0.
SWFVersion
  FLASH5 : uint = 5
[static] SWF file format version 5.0.
SWFVersion
  FLASH6 : uint = 6
[static] SWF file format version 6.0.
SWFVersion
  FLASH7 : uint = 7
[static] SWF file format version 7.0.
SWFVersion
  FLASH8 : uint = 8
[static] SWF file format version 8.0.
SWFVersion
  FLASH9 : uint = 9
[static] SWF file format version 9.0.
SWFVersion
Constant Detail

FLASH1

Constant
public static const FLASH1:uint = 1

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 1.0.

FLASH10

Constant 
public static const FLASH10:uint = 10

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 10

SWF file format version 10.0.

FLASH2

Constant 
public static const FLASH2:uint = 2

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 2.0.

FLASH3

Constant 
public static const FLASH3:uint = 3

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 3.0.

FLASH4

Constant 
public static const FLASH4:uint = 4

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 4.0.

FLASH5

Constant 
public static const FLASH5:uint = 5

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 5.0.

FLASH6

Constant 
public static const FLASH6:uint = 6

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 6.0.

FLASH7

Constant 
public static const FLASH7:uint = 7

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 7.0.

FLASH8

Constant 
public static const FLASH8:uint = 8

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 8.0.

FLASH9

Constant 
public static const FLASH9:uint = 9

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

SWF file format version 9.0.