(Beta)
Package | flash.display |
Class | public final class SWFVersion |
Inheritance | SWFVersion Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
swfVersion
property of a flash.display.LoaderInfo object.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
FLASH1 : uint = 1 [static]
SWF file format version 1.0. | SWFVersion | ||
FLASH10 : uint = 10 [static]
SWF file format version 10.0. | SWFVersion | ||
FLASH11 : uint = 11 [static]
SWF file format version 11.0. | SWFVersion | ||
FLASH12 : uint = 12 [static]
SWF file format version 12.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, Flash Lite 4 |
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, Flash Lite 4 |
SWF file format version 10.0.
FLASH11 | Constant |
public static const FLASH11:uint = 11
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
SWF file format version 11.0.
FLASH12 | Constant |
public static const FLASH12:uint = 12
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 10.3 |
SWF file format version 12.0.
FLASH2 | Constant |
public static const FLASH2:uint = 2
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
SWF file format version 9.0.
Wed Nov 21 2018, 06:34 AM -08:00