Pakket | mx.controls.videoClasses |
Klasse | public class VideoError |
Overerving | VideoError Error Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
code : uint [alleen-lezen]
Contains the error code. | VideoError | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
errorID : int [alleen-lezen]
Bevat het referentienummer dat aan het specifieke foutbericht is gekoppeld. | Error | ||
message : String
Bevat het bericht dat aan het object Error is gekoppeld. | Error | ||
name : String
Bevat de naam van het object Error. | Error |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | VideoError | ||
Retourneert de aanroepstack voor een fout op het moment van het bouwen van de fout als tekenreeks. | Error | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
[overschrijven]
Retourneert standaard de tekenreeks "Error" of de waarde in de eigenschap Error.message, indien gedefinieerd. | Error | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DELETE_DEFAULT_PLAYER : uint = 1007 [statisch]
Cannot delete default VideoPlayer
| VideoError | ||
ILLEGAL_CUE_POINT : uint = 1002 [statisch]
Illegal cue point. | VideoError | ||
INVALID_CONTENT_PATH : uint = 1004 [statisch]
Invalid content path. | VideoError | ||
INVALID_SEEK : uint = 1003 [statisch]
Invalid seek. | VideoError | ||
INVALID_XML : uint = 1005 [statisch]
Invalid XML. | VideoError | ||
NO_BITRATE_MATCH : uint = 1006 [statisch]
No bitrate match. | VideoError | ||
NO_CONNECTION : uint = 1000 [statisch]
Unable to make connection to server or to find FLV on server. | VideoError | ||
NO_CUE_POINT_MATCH : uint = 1001 [statisch]
No matching cue point found. | VideoError |
Eigenschapdetails
code | eigenschap |
Constructordetails
VideoError | () | Constructor |
Constantedetails
DELETE_DEFAULT_PLAYER | Constante |
public static const DELETE_DEFAULT_PLAYER:uint = 1007
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Cannot delete default VideoPlayer
ILLEGAL_CUE_POINT | Constante |
public static const ILLEGAL_CUE_POINT:uint = 1002
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Illegal cue point.
INVALID_CONTENT_PATH | Constante |
public static const INVALID_CONTENT_PATH:uint = 1004
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Invalid content path.
INVALID_SEEK | Constante |
public static const INVALID_SEEK:uint = 1003
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Invalid seek.
INVALID_XML | Constante |
public static const INVALID_XML:uint = 1005
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Invalid XML.
NO_BITRATE_MATCH | Constante |
public static const NO_BITRATE_MATCH:uint = 1006
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
No bitrate match.
NO_CONNECTION | Constante |
public static const NO_CONNECTION:uint = 1000
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Unable to make connection to server or to find FLV on server.
NO_CUE_POINT_MATCH | Constante |
public static const NO_CUE_POINT_MATCH:uint = 1001
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
No matching cue point found.
Wed Jun 13 2018, 11:42 AM Z