VideoError.INVALID_CONTENT_PATH
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.VideoError.INVALID_CONTENT_PATH
Description
A value of 1004, indicating an invalid
Example
The following code checks for the
import mx.video.*;
try {
...
} catch (err:VideoError) {
if (err.code == INVALID_CONTENT_PATH) {
...
}
}
See also
FLVPlayback.contentPath
VideoError.INVALID_SEEK
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.VideoError.INVALID_SEEK
702
FLVPlayback Component (Flash Professional Only)
value was found.
contentPath
INVALID_CONTENT_PATH
error code:
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers