Packagecom.sonoport
Classpublic class MP3PlayerSound
InheritanceMP3PlayerSound Inheritance com.sonoport.BaseSound
Implements IMP3PlayerSound

Sound which loads and plays an mp3 file.



Public Properties
 PropertyDefined By
  audioFile : Object
mp3 sound file.
MP3PlayerSound
  loop : Boolean
Loop
MP3PlayerSound
  speed : Number
Speed.
MP3PlayerSound
Public Methods
 MethodDefined By
  
Constructor
MP3PlayerSound
Protected Methods
 MethodDefined By
  
onStop():void
[override]
MP3PlayerSound
Property Detail
audioFileproperty
audioFile:Object

mp3 sound file.


Implementation
    public function get audioFile():Object
    public function set audioFile(value:Object):void
loopproperty 
loop:Boolean

Loop


Implementation
    public function get loop():Boolean
    public function set loop(value:Boolean):void
speedproperty 
speed:Number

Speed. 1x is normal speed.


Implementation
    public function get speed():Number
    public function set speed(value:Number):void
Constructor Detail
MP3PlayerSound()Constructor
public function MP3PlayerSound()

Constructor

Method Detail
onStop()method
override protected function onStop():void