on(release)
{
_root.stopAllSounds();
_root.gotoAndStop(1800);
}

nel tasto intro:

on(release)
{
gotoAndPlay(10);
stopAllSounds();

}

Il suono è sulla timeline e l'ho inserito come streeming...