Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The VideoError class represents the error codes for errors
thrown by the VideoDisplay control.
code:uint
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Contains the error code.
Implementation public function get code():uint
public function VideoError(errCode:uint, msg:String = null)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameters | errCode:uint — error code.
|
|
| msg:String (default = null ) — The error message.
|
public static const DELETE_DEFAULT_PLAYER:uint = 1007
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Cannot delete default VideoPlayer
public static const ILLEGAL_CUE_POINT:uint = 1002
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Illegal cue point.
public static const INVALID_CONTENT_PATH:uint = 1004
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Invalid content path.
public static const INVALID_SEEK:uint = 1003
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Invalid seek.
public static const INVALID_XML:uint = 1005
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Invalid XML.
public static const NO_BITRATE_MATCH:uint = 1006
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
No bitrate match.
public static const NO_CONNECTION:uint = 1000
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Unable to make connection to server or to find FLV on server.
public static const NO_CUE_POINT_MATCH:uint = 1001
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
No matching cue point found.
Wed Nov 15 2017, 09:50 AM +01:00