Pacoteflash.display
Classepublic final class SWFVersion
HerançaSWFVersion Inheritance Object

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.

Veja também

flash.display.LoaderInfo.swfVersion


Propriedades Públicas
 PropriedadeDefinido por
 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
Métodos Públicos
 MétodoDefinido por
 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 the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido por
  FLASH1 : uint = 1
[static] SWF file format version 1.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
Detalhes da constante
FLASH1Constante
public static const FLASH1:uint = 1

SWF file format version 1.0.

FLASH2Constante 
public static const FLASH2:uint = 2

SWF file format version 2.0.

FLASH3Constante 
public static const FLASH3:uint = 3

SWF file format version 3.0.

FLASH4Constante 
public static const FLASH4:uint = 4

SWF file format version 4.0.

FLASH5Constante 
public static const FLASH5:uint = 5

SWF file format version 5.0.

FLASH6Constante 
public static const FLASH6:uint = 6

SWF file format version 6.0.

FLASH7Constante 
public static const FLASH7:uint = 7

SWF file format version 7.0.

FLASH8Constante 
public static const FLASH8:uint = 8

SWF file format version 8.0.

FLASH9Constante 
public static const FLASH9:uint = 9

SWF file format version 9.0.