包 | mx.controls.videoClasses |
类 | public class VideoError |
继承 | VideoError Error Object |
另请参见
属性 | 定义方 | ||
---|---|---|---|
code : uint [只读 (read-only)] 包含错误代码。 | VideoError | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
errorID : int [只读 (read-only)]
包含与特定错误消息相关联的引用编号。 | Error | ||
message : String
包含与 Error 对象关联的消息。 | Error | ||
name : String
包含 Error 对象的名称。 | Error | ||
prototype : Object [静态]
对类或函数对象的原型对象的引用。 | Object |
方法 | 定义方 | ||
---|---|---|---|
构造函数。 | VideoError | ||
在构造错误时,以字符串形式返回错误的调用堆栈(仅适用于 Flash Player 的调试版和 AIR Debug Launcher (ADL));如果未使用 Flash Player 的调试版或 ADL,则返回 null。 | Error | ||
指示对象是否已经定义了指定的属性。 | Object | ||
指示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
指示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
默认情况下,返回字符串“Error”;如果已定义,则返回 Error.message 属性中包含的值。 | Error | ||
返回指定对象的原始值。 | Object |
常量 | 定义方 | ||
---|---|---|---|
DELETE_DEFAULT_PLAYER : uint = 1007 [静态] 无法删除默认的 VideoPlayer | VideoError | ||
ILLEGAL_CUE_POINT : uint = 1002 [静态] 非法提示点。 | VideoError | ||
INVALID_CONTENT_PATH : uint = 1004 [静态] 无效的内容路径。 | VideoError | ||
INVALID_SEEK : uint = 1003 [静态] 无效的搜索。 | VideoError | ||
INVALID_XML : uint = 1005 [静态] 无效的 XML。 | VideoError | ||
NO_BITRATE_MATCH : uint = 1006 [静态] 没有匹配的位速率。 | VideoError | ||
NO_CONNECTION : uint = 1000 [静态] 无法连接到服务器或找到服务器上的 FLV 文件。 | VideoError | ||
NO_CUE_POINT_MATCH : uint = 1001 [静态] 找不到匹配的提示点。 | VideoError |
code | 属性 |
VideoError | () | 构造函数 |
public function VideoError(errCode:uint, msg:String = null)
构造函数.
参数errCode:uint — 错误代码。 | |
msg:String (default = null ) — 错误消息。 |
DELETE_DEFAULT_PLAYER | 常量 |
public static const DELETE_DEFAULT_PLAYER:uint = 1007
无法删除默认的 VideoPlayer
ILLEGAL_CUE_POINT | 常量 |
public static const ILLEGAL_CUE_POINT:uint = 1002
非法提示点。
INVALID_CONTENT_PATH | 常量 |
public static const INVALID_CONTENT_PATH:uint = 1004
无效的内容路径。
INVALID_SEEK | 常量 |
public static const INVALID_SEEK:uint = 1003
无效的搜索。
INVALID_XML | 常量 |
public static const INVALID_XML:uint = 1005
无效的 XML。
NO_BITRATE_MATCH | 常量 |
public static const NO_BITRATE_MATCH:uint = 1006
没有匹配的位速率。
NO_CONNECTION | 常量 |
public static const NO_CONNECTION:uint = 1000
无法连接到服务器或找到服务器上的 FLV 文件。
NO_CUE_POINT_MATCH | 常量 |
public static const NO_CUE_POINT_MATCH:uint = 1001
找不到匹配的提示点。