Method
Sound.setTransform()
Sound.setVolume()
Sound.start()
Sound.stop()
Property summary for the Sound class
Property
Sound.duration
Sound.ID3
Sound.position
Event handler summary for the Sound class
Event handler
Sound.onID3
Sound.onLoad
Sound.onSoundComplete
Constructor for the Sound class
Availability
Flash Player 5.
Usage
new Sound([target])
Parameters
The movie clip instance on which the Sound object operates. This parameter
target
is optional.
Returns
Nothing.
Description
Constructor; creates a new Sound object for a specified movie clip. If you do not specify a target
instance, the Sound object controls all of the sounds in the movie.
Description
Sets the amount of each channel, left and right, to be played in
each speaker.
Sets the volume level for a sound.
Starts playing a sound from the beginning or, optionally, from an offset
point set in the parameter.
Stops the specified sound or all sounds currently playing.
Description
Length of a sound, in milliseconds.
Provides access to the metadata that is part of an MP3 file.
Number of milliseconds a sound has been playing.
Description
Invoked each time new ID3 data is available.
Invoked when a sound loads.
Invoked when a sound stops playing.
Sound class
625
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?