MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 702

Components language reference
Table of Contents

Advertisement

VideoError.code
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.VideoError.code
Description
The numeric code that identifies the error condition.
Example
The following example displays the error condition in the Output panel:
import mx.video.*;
try {
...
} catch (err:VideoError) {
trace ("Error code is: " + err.code)
...
}
VideoError.DELETE_DEFAULT_PLAYER
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.VideoError.DELETE_DEFAULT_PLAYER
Description
A value of 1007, which occurs if you call the
attempt to close the default video player (number 0). You cannot delete the default
video player.
700
FLVPlayback Component (Flash Professional Only)
FLVPlayback.closeVideoPlayer()
method to

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