The SoundEvent Class extends the standard
flash.events.Event
class and exposes the following constants and properties:
Table 1. Constants
Constant
|
Type
|
Value
|
Description
|
SOUND_VOLUME_CHANGED
|
String
|
soundVolumeChanged
|
Defines the value of the type property of the soundVolumeChanged event
object. This type of event occurs when the sound volume is changed.
A soundVolumeChanged event contains the following properties:
volume.
|
Table 2. Properties
Property
|
Type
|
Description
|
volume
|
Number
|
Sound volume.
The following events contain this property:
soundVolumeChanged
|