Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > FLVPlayback Component > VideoError class | |||
Inheritance Error > VideoError
ActionScript Class name mx.video.VideoError
The properties of the VideoError class allow you to diagnose error conditions that occur when working with the FLVPlayback component.
The mx.video.VideoError class extends the Error class.
|
NOTE |
|
The VideoError class is supported only if you are working in a document that specifies ActionScript 2.0 in its Publish Settings. |
The following table lists the properties of the VideoError class:
|
Property |
Description |
|---|---|
|
A numeric error code. |
|
|
A number indicating an attempt to delete the default video player. |
|
|
A number indicating an illegal cue point. |
|
|
A number indicating an invalid |
|
|
A number indicating an invalid seek. |
|
|
A number indicating that invalid XML was encountered in an XML file. |
|
|
A number indicating that a default FLV file that matches any bit rate could not be found. |
|
|
A number indicating that the method cannot connect to the server or find the FLV file on the server. |
|
|
A number indicating that no matching cue point was found. |
Flash CS3