User Guide

Sound class 27
Property summary
The following table lists the properties of the Sound class that are partially supported when
using ActionScript for Flash Lite 2.0.
setPan()
Determines how the sound is played in the left and
right channels (speakers). For mono sounds, pan
determines which speaker (left or right) the sound
plays through.
Limitations: Supported for use with native Flash
sound; not supported for use with device sound.
Partially
supported
setTransform()
Sets the sound transform (or balance) information,
for a Sound object.
The
soundTransformObject parameter is an object
that you create using the constructor method of
the generic Object class, with parameters
specifying how the sound is distributed to the left
and right channels (speakers).
Limitations: Supported for use with native Flash
sound; not supported for use with device sound.
Partially
supported
setVolume()
Sets the volume for the Sound object.
Limitations: Supported for use with native Flash
sound; not supported for use with device sound.
Partially
supported
Property Description Support
duration
The duration of a sound, in milliseconds.
Limitations: Supported for use with native Flash
sound; not supported for use with device sound.
Partially
supported
position
The number of milliseconds a sound has been
playing.
Limitations: Supported for use with native Flash
sound; not supported for use with device sound.
Partially
supported
Method Description Support