Packagecom.myflashlab.air.extensions.volume
Classpublic class NativeSound
InheritanceNativeSound Inheritance flash.events.EventDispatcher

NativeSound class holds a reference to a native sound effects which is created by calling the following command on your main Volume class. Volume.getNativeSoundObject



Public Properties
 PropertyDefined By
  file : String
[read-only] Indicates the sound file name used in this instance of native sound object.
NativeSound
Public Methods
 MethodDefined By
  
play():void
Plays this instance of native sound object.
NativeSound
Property Detail
fileproperty
file:String  [read-only]

Indicates the sound file name used in this instance of native sound object.


Implementation
    public function get file():String
Method Detail
play()method
public function play():void

Plays this instance of native sound object.