MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 851

Director scripting reference
Table of Contents

Advertisement

mediaStatus (DVD)
Usage
-- Lingo syntax
dvdObjRef.mediaStatus
// JavaScript syntax
dvdObjRef.mediaStatus;
Description
DVD property; returns a symbol that indicates the current state of the DVD player. Read-only.
Possible symbols include the following:
Symbol
#stopped
#playing
#paused
#scanning
#uninitialized
#volumeInvalid
#volumeUknown
#systemSoftwareMissing
#systemSoftwareBusy
See also
DVD
mediaStatus (RealMedia, Windows Media)
Usage
-- Lingo syntax
memberOrSpriteObjRef.mediaStatus
// JavaScript syntax
memberOrSpriteObjRef.mediaStatus;
Description
RealMedia and Windows Media cast member and sprite property; allows you to get a symbol
representing the state of the RealMedia or Windows Media stream. Read-only.
The value of this property can change during playback.
Valid values for this property are as follows:
indicates that the RealMedia or Windows Media cast member is not active. The
#closed
mediaStatus
Description
The DVD is stopped.
The DVD is playing.
The DVD is paused.
The DVD is scanning.
The DVD is not initialized.
The DVD specified is not valid.
The DVD does not exist or there is no disc in the drive.
The DVD decoders are not installed.
The system software required to play the DVD is in use by another
application.
value remains
#closed
until playback is initiated.
mediaStatus (RealMedia, Windows Media)
851

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents