User Guide
mediaStatus (RealMedia, Windows Media) 851
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:
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:
• #closed indicates that the RealMedia or Windows Media cast member is not active. The
mediaStatus value remains #closed until playback is initiated.
Symbol Description
#stopped
The DVD is stopped.
#playing
The DVD is playing.
#paused
The DVD is paused.
#scanning
The DVD is scanning.
#uninitialized
The DVD is not initialized.
#volumeInvalid
The DVD specified is not valid.
#volumeUknown
The DVD does not exist or there is no disc in the drive.
#systemSoftwareMissing
The DVD decoders are not installed.
#systemSoftwareBusy
The system software required to play the DVD is in use by another
application.