MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 110

Director scripting reference
Table of Contents

Advertisement

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
Assign
_sound
-- Lingo syntax
objSound = _sound
// JavaScript syntax
var objSound = _sound;
Use the
_sound
-- Lingo syntax
objDevice = _sound.soundDevice
// JavaScript syntax
var objDevice = _sound.soundDevice;
Method summary for the Sound object
Method
beep()
channel() (Sound)
Property summary for the Sound object
Property
soundDevice
soundDeviceList
soundEnabled
soundKeepDevice
soundLevel
soundMixMedia
See also
_sound,
Sound Channel
110
Chapter 5: Director Core Objects
to a variable.
property to access the Sound object's
property.
_sound
property.
soundDevice

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