Name
LzAudio (as2) — This service manages audio resource playback.
Details
Static Properties (1)
-
globalSound
-
static private var globalSound = { ... };
Static Methods (8)
-
getPan()
-
static private function getPan(t) : Number;
-
getSoundObject()
-
static private function getSoundObject(t);
-
getVolume()
-
static private function getVolume(t : Object) : Number;
-
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);
-
setVolume()
-
static private function setVolume(v : Number, t);
-
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 = { ... };