MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 707

Components language reference
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents