EasyManua.ls Logo

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING - Page 110

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING
1130 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
110 Chapter 5: Director Core Objects
Sound
Controls audio playback in all eight available sound channels.
The Sound object consists of Sound Channel objects, which represent individual sound channels.
You can create a reference to the Sound object by using top level
_sound property.
Assign _sound to a variable.
-- Lingo syntax
objSound = _sound
// JavaScript syntax
var objSound = _sound;
Use the _sound property to access the Sound objects soundDevice property.
-- Lingo syntax
objDevice = _sound.soundDevice
// JavaScript syntax
var objDevice = _sound.soundDevice;
Method summary for the Sound object
Property summary for the Sound object
See also
_sound, Sound Channel
Method
beep()
channel() (Sound)
Property
soundDevice
soundDeviceList
soundEnabled
soundKeepDevice
soundLevel
soundMixMedia

Related product manuals