User Guide
VideoError class 699
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.
Property summary for the VideoError class
The following table lists the properties of the VideoError class:
Property Description
VideoError.code A numeric error code.
VideoError.DELETE_DEFAULT_PLAYER A number indicating an attempt to delete the default
video player.
VideoError.DELETE_DEFAULT_PLAYER A number indicating an illegal cue point.
VideoError.INVALID_CONTENT_PATH A number indicating an invalid contentPath value.
VideoError.INVALID_SEEK A number indicating an invalid seek.
VideoError.INVALID_XML A number indicating that invalid XML was encountered
in an XML file.
VideoError.NO_BITRATE_MATCH A number indicating that a default FLV file that matches
any bit rate could not be found.
VideoError.NO_CONNECTION A number indicating that the method cannot connect to
the server or find the FLV file on the server.
VideoError.NO_CUE_POINT_MATCH A number indicating that no matching cue point was
found.