| Package | mx.controls.videoClasses | 
| Class | public class VideoError | 
| Inheritance | VideoError    Error   Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Related API Elements
Public Properties
| 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 [read-only] 
     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 | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
      Constructor.  | VideoError | ||
![]()  | 
	 Returns the call stack for an error at the time of the error's 
	 construction as a string.  | Error | |
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | [override] 
	
	Returns the string "Error" by default or the value contained in the Error.message property,
    if defined.  | Error | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Public Constants
| 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 | ||
Property Detail
code | property | 
Constructor Detail
VideoError | () | Constructor | 
Constant Detail
DELETE_DEFAULT_PLAYER | Constant | 
public static const DELETE_DEFAULT_PLAYER:uint = 1007| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Cannot delete default VideoPlayer
ILLEGAL_CUE_POINT | Constant | 
public static const ILLEGAL_CUE_POINT:uint = 1002| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Illegal cue point.
INVALID_CONTENT_PATH | Constant | 
public static const INVALID_CONTENT_PATH:uint = 1004| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Invalid content path.
INVALID_SEEK | Constant | 
public static const INVALID_SEEK:uint = 1003| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Invalid seek.
INVALID_XML | Constant | 
public static const INVALID_XML:uint = 1005| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Invalid XML.
NO_BITRATE_MATCH | Constant | 
public static const NO_BITRATE_MATCH:uint = 1006| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
No bitrate match.
NO_CONNECTION | Constant | 
public static const NO_CONNECTION:uint = 1000| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Unable to make connection to server or to find FLV on server.
NO_CUE_POINT_MATCH | Constant | 
public static const NO_CUE_POINT_MATCH:uint = 1001| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
No matching cue point found.
Thu Dec 4 2014, 05:50 PM -08:00
 