MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 704

Components language reference
Table of Contents

Advertisement

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:

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