User Guide
596 ActionScript classes
Availability: ActionScript 1.0; Flash Lite 2.0
Property summary
Properties inherited from class Object
Event summary
Constructor summary
Modifiers Property Description
duration:Number [read-only] The duration of a sound, in milliseconds.
id3:Object [read-only] Provides access to the metadata that is part
of an MP3 file.
position:Number [read-only] The number of milliseconds a sound has been
playing.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onID3 = function() {} Invoked each time new ID3 data is available
for an MP3 file that you load using
Sound.attachSound() or
Sound.loadSound().
onLoad = function(success:Boolean) {} Invoked automatically when a sound loads.
onSoundComplete = function() {} Invoked automatically when a sound finishes
playing.
Signature Description
Sound([target:Object]) Creates a new Sound object for a specified
movie clip.