MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 1015

Director scripting reference
Table of Contents

Advertisement

staticQuality
Usage
-- Lingo syntax
spriteObjRef.staticQuality
// JavaScript syntax
spriteObjRef.staticQuality;
Description
QuickTime VR sprite property; specifies the codec quality used when the panorama image is
static. Possible values are
This property can be tested and set.
status
Usage
-- Lingo syntax
soundChannelObjRef.status
// JavaScript syntax
soundChannelObjRef.status;
Description
Sound Channel property; indicates the status of a sound channel. Read-only.
Possible values include:
Status
Name
0
Idle
1
Loading
2
Queued
3
Playing
4
Paused
Example
This statement displays the current status of sound channel 2 in the Message window:
-- Lingo syntax
put(sound(2).status)
// JavaScript syntax
put(sound(2).status);
See also
Sound Channel
,
#minQuality
#maxQuality
Meaning
No sounds are queued or playing.
A queued sound is being preloaded but is not yet playing.
The sound channel has finished preloading a queued sound but is not yet
playing the sound.
A sound is playing.
A sound is paused.
, and
#normalQuality.
status 1015

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

This manual is also suitable for:

Director mx 2004

Table of Contents