flash.display
public final class SWFVersion
继承SWFVersion Inheritance Object

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWFVersion 类是可指示已加载 SWF 文件的文件格式版本的常数值枚举。提供的 SWFVersion 常数用于检查 flash.display.LoaderInfo 对象的 swfVersion 属性。

另请参见

flash.display.LoaderInfo.swfVersion


公共属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
公共常量
 常量定义方
  FLASH1 : uint = 1
[静态] SWF 文件格式版本 1.0。
SWFVersion
  FLASH10 : uint = 10
[静态] SWF 文件格式版本 10.0。
SWFVersion
  FLASH2 : uint = 2
[静态] SWF 文件格式版本 2.0。
SWFVersion
  FLASH3 : uint = 3
[静态] SWF 文件格式版本 3.0。
SWFVersion
  FLASH4 : uint = 4
[静态] SWF 文件格式版本 4.0。
SWFVersion
  FLASH5 : uint = 5
[静态] SWF 文件格式版本 5.0。
SWFVersion
  FLASH6 : uint = 6
[静态] SWF 文件格式版本 6.0。
SWFVersion
  FLASH7 : uint = 7
[静态] SWF 文件格式版本 7.0。
SWFVersion
  FLASH8 : uint = 8
[静态] SWF 文件格式版本 8.0。
SWFVersion
  FLASH9 : uint = 9
[静态] SWF 文件格式版本 9.0。
SWFVersion
常量详细信息
FLASH1常量
public static const FLASH1:uint = 1

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 1.0。

FLASH10常量 
public static const FLASH10:uint = 10

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 10

SWF 文件格式版本 10.0。

FLASH2常量 
public static const FLASH2:uint = 2

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 2.0。

FLASH3常量 
public static const FLASH3:uint = 3

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 3.0。

FLASH4常量 
public static const FLASH4:uint = 4

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 4.0。

FLASH5常量 
public static const FLASH5:uint = 5

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 5.0。

FLASH6常量 
public static const FLASH6:uint = 6

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 6.0。

FLASH7常量 
public static const FLASH7:uint = 7

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 7.0。

FLASH8常量 
public static const FLASH8:uint = 8

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 8.0。

FLASH9常量 
public static const FLASH9:uint = 9

语言版本: ActionScript 3.0
运行时版本: AIR 1.0 Flash Player 9

SWF 文件格式版本 9.0。