Saludos...
Como te dice aldervaz pues:
Crea un texto dinámico (Dynamic Text) y ponle nombre de variable: "estado"
Ahora pega el código en el 1 frame de tu movie:
Código:
my_sound = new Sound();
my_sound.attachSound("mySoundID");
my_sound.start(0,9999);
my_sound.onSoundComplete = function() {
estado.text="Aquí pones el mensaje que quieras";
}