Packageorg.si.sound.events
Classpublic class FlashSoundPlayerEvent
InheritanceFlashSoundPlayerEvent Inheritance flash.events.Event

FlashSoundPlayerEvent is dispatched by FlashSoundPlayer.

See also

org.si.sound.FlashSoundPlayer


Public Properties
 PropertyDefined By
  keyRangeFrom : int
[read-only] keyRangeFrom
FlashSoundPlayerEvent
  keyRangeTo : int
[read-only] keyRangeTo
FlashSoundPlayerEvent
  sound : Sound
[read-only] Target sound
FlashSoundPlayerEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = fspComplete
[static] Complete all loading sounds
FlashSoundPlayerEvent
Property Detail
keyRangeFromproperty
keyRangeFrom:int  [read-only]

keyRangeFrom


Implementation
    public function get keyRangeFrom():int
keyRangeToproperty 
keyRangeTo:int  [read-only]

keyRangeTo


Implementation
    public function get keyRangeTo():int
soundproperty 
sound:Sound  [read-only]

Target sound


Implementation
    public function get sound():Sound
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = fspComplete

Complete all loading sounds