выдержка из хэлпа

Код:
onLoad = function(success:Boolean) {}
Invoked automatically when a sound loads. You must create a function that executes when the this handler is invoked. You can use either an anonymous function or a named function (for an example of each, see Sound.onSoundComplete).
You should define this handler before you call mySound.loadSound().