Example
The following code checks for the
import mx.video.*;
try {
...
} catch (err:VideoError) {
if (err.code == NO_BITRATE_MATCH) {
...
}
}
See also
FLVPlayback.bitrate
VideoError.NO_CONNECTION
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.VideoError.NO_CONNECTION
Description
A value of 1000, indicating the method cannot connect to the server or find the FLV file on
the server.
Example
The following code checks for the
import mx.video.*;
try {
...
} catch (err:VideoError) {
if (err.code == NO_CONNECTION) {
...
}
}
error code:
NO_BITRATE_MATCH
error code:
NO_CONNECTION
VideoError class
705
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers