MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 596

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents