iSpring.as3bridge.SoundController Class

The SoundController class provides sound volume control facilities. It extends the standard flash.events.EventDispatcher class and provides the following properties and events.

Properties

Property

Type

Description

volume

Number

Sound volume
Note: sound volume is a number between 0 and 1


Events

Type

Description

BridgeEvent.VOLUME_CHANGE

Occurs when the sound volume is changed

BridgeEvent.VOLUME_CHANGING_COMPLETE

Occurs when the sound volume is changed via volume property of the SoundController object

See also

Player Class
flash.events.EventDispatcher Class
Obsolete ActionScript 3 API