MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 551

Director scripting reference
Table of Contents

Advertisement

Example
This statement stops playback:
-- Lingo syntax
member(1).stop()
// JavaScript syntax
member(1).stop();
See also
DVD
stop() (Sound Channel)
Usage
-- Lingo syntax
soundChannelObjRef.stop()
// JavaScript syntax
soundChannelObjRef.stop();
Description
Sound Channel method; stops the currently playing sound in a sound channel.
Issuing a
play()
given sound channel.
To see an example of
Learning/Lingo folder inside the Director application folder.
Parameters
None.
Example
This statement stops playback of the sound cast member currently playing in sound channel 1:
-- Lingo syntax
sound(1).stop()
// JavaScript syntax
sound(1).stop();
See also
getPlayList(),
(Sound
Channel),
method begins playing the first sound of those that remain in the queue of the
used in a completed movie, see the Sound Control movie in the
stop()
pause() (Sound
Channel),
rewind() (Sound
play() (Sound
Channel),
Sound Channel
Channel),
playNext()
stop() (Sound Channel)
551

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