MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 1087

Director scripting reference
Table of Contents

Advertisement

volume (DVD)
Usage
-- Lingo syntax
dvdObjRef.volume
// JavaScript syntax
dvdObjRef.volume;
Description
DVD property. Determines the current DVD sound volume . Read/write.
The volume must be an integer in the range of 0 (silent) to 100 (full volume).
On Windows the volume scale is logarithmic. On Macintosh the scale is linear.
See also
DVD
volume (Member)
Usage
-- Lingo syntax
memberObjRef.volume
// JavaScript syntax
memberObjRef.volume;
Description
Shockwave Audio (SWA) cast member property; determines the volume of the specified SWA
streaming cast member. Values range from 0 to 255.
This property can be tested and set.
Example
This statement sets the volume of an SWA streaming cast member to half the possible volume:
-- Lingo syntax
member("SWAfile").volume = 128
// JavaScript syntax
member("SWAfile").volume = 128;
volume (Sound Channel)
Usage
-- Lingo syntax
soundChannelObjRef.volume
// JavaScript syntax
soundChannelObjRef.volume;
Description
Sound Channel property; determines the volume of a sound channel. Read/write.
volume (Sound Channel) 1087

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