Name

LzAudio (as2) — This service manages audio resource playback.

Synopsis

JavaScript: LzAudio
Type: Object
Access: private
Runtimes: as2
Topic: Kernel.AS2
Declared in: WEB-INF/lps/lfc/kernel/swf/LzAudio.as

Details

Static Properties (1)

globalSound
static private var globalSound = { ... };

Static Methods (8)

getPan()
static private function getPan(t) : Number;
Get the global pan.
getSoundObject()
static private function getSoundObject(t);
getVolume()
static private function getVolume(t : Object) : Number;
Get the global volume
playSound()
static private function playSound(snd : String, t);
Sets the current sound resource and starts playing it.
setPan()
static private function setPan(p : Number, t);
Set the global pan.
setVolume()
static private function setVolume(v : Number, t);
Set the global volume.
startSound()
static private function startSound(t);
Start playing the current sound
stopSound()
static private function stopSound(t);
Stop playing the current sound

JavaScript Synopsis

private var LzAudio = { ... };