Flash Player 7.
my_sound.onLoad = callbackFunction
callbackFunction A function.
Nothing.
Event handler; invoked each time new ID3 data is available, which provides access to ID3 data without polling. For example, if both ID3V1 and ID3V2 tags are present in a file, this handler will be called at least twice.
<<intro here>>
my_sound = new Sound()
my_sound.onID3 = function() {
trace(my_sound.id3.TALB);
}