嘘つきました。こっちです
sndCh = sound.play();
sndCh.addEventListener(Event.SOUND_COMPLETE, function (e:Event) : void {
gotoAndPlay(2);
});