| Package | mx.controls.videoClasses |
| Class | public class VideoError |
| Inheritance | VideoError Error Object |
See also
| Property | Defined by | ||
|---|---|---|---|
| code : uint
[read-only]
Contains the error code.
| VideoError | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | errorID : int
Contains the reference number associated with the specific error message.
| Error | |
![]() | message : String
Contains the message associated with the Error object.
| Error | |
![]() | name : String
Contains the name of the Error object.
| Error | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| VideoError | ||
![]() |
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version
of Flash Player only).
| Error | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string
"Error" by default or the value contained in Error.message property,
if defined. | Error | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Constant | Defined by | ||
|---|---|---|---|
| DELETE_DEFAULT_PLAYER : uint = 1007 [static]
Cannot delete default VideoPlayer
| VideoError | ||
| ILLEGAL_CUE_POINT : uint = 1002 [static]
Illegal cue point.
| VideoError | ||
| INVALID_CONTENT_PATH : uint = 1004 [static]
Invalid content path.
| VideoError | ||
| INVALID_SEEK : uint = 1003 [static]
Invalid seek.
| VideoError | ||
| INVALID_XML : uint = 1005 [static]
Invalid XML.
| VideoError | ||
| NO_BITRATE_MATCH : uint = 1006 [static]
No bitrate match.
| VideoError | ||
| NO_CONNECTION : uint = 1000 [static]
Unable to make connection to server or to find FLV on server.
| VideoError | ||
| NO_CUE_POINT_MATCH : uint = 1001 [static]
No matching cue point found.
| VideoError | ||
| code | property |
| VideoError | () | constructor |
public function VideoError(errCode:uint, msg:String = null)Constructor
ParameterserrCode:uint — error code.
|
|
msg:String (default = null) — The error message.
|
| DELETE_DEFAULT_PLAYER | constant |
public static const DELETE_DEFAULT_PLAYER:uint = 1007Cannot delete default VideoPlayer
| ILLEGAL_CUE_POINT | constant |
public static const ILLEGAL_CUE_POINT:uint = 1002Illegal cue point.
| INVALID_CONTENT_PATH | constant |
public static const INVALID_CONTENT_PATH:uint = 1004Invalid content path.
| INVALID_SEEK | constant |
public static const INVALID_SEEK:uint = 1003Invalid seek.
| INVALID_XML | constant |
public static const INVALID_XML:uint = 1005Invalid XML.
| NO_BITRATE_MATCH | constant |
public static const NO_BITRATE_MATCH:uint = 1006No bitrate match.
| NO_CONNECTION | constant |
public static const NO_CONNECTION:uint = 1000Unable to make connection to server or to find FLV on server.
| NO_CUE_POINT_MATCH | constant |
public static const NO_CUE_POINT_MATCH:uint = 1001No matching cue point found.