| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--Sound
Field Summary | ||
| duration: Number | ||
| id3: Object | ||
| ID3: Object | ||
| position: Number | ||
| ||
Constructor | ||
| Sound ( target: Object) | ||
Method Summary | ||
| attachSound ( id: String ): Void | ||
| getBytesLoaded ( ): Number | ||
| getBytesTotal ( ): Number | ||
| getDuration ( ): Number | ||
| getPan ( ): Number | ||
| getPosition ( ): Number | ||
| getTransform ( ): Object | ||
| getVolume ( ): Number | ||
| loadSound ( url: String, isStreaming: Boolean ): Void | ||
| onID3 ( ): Void | ||
| onLoad ( success: Boolean ): Void | ||
| onSoundComplete ( ): Void | ||
| setDuration ( value: Number ): Void | ||
| setPan ( value: Number ): Void | ||
| setPosition ( value: Number ): Void | ||
| setTransform ( transformObject: Object ): Void | ||
| setVolume ( value: Number ): Void | ||
| start ( secondOffset: Number, loops: Number ): Void | ||
| stop ( linkageID: String ): Void | ||
| ||
| var duration: Number |
| var id3: Object |
| var ID3: Object |
| var position: Number |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|