Description
A value of 1003, indicating an invalid seek was attempted.
Example
The following code checks for the
import mx.video.*;
try {
...
} catch (err:VideoError) {
if (err.code == INVALID_SEEK) {
...
}
}
See also
FLVPlayback.seek()
VideoError.INVALID_XML
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.VideoError.INVALID_XML
Description
A value of 1005, indicating invalid XML was encountered. An invalid XML error can occur
when downloading and parsing a SMIL file. The
text that describes the precise problem. For more information, see
on page
712.
error code:
INVALID_SEEK
VideoError.message
property contains
"Using a SMIL file"
VideoError class
703
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers