codice:
var s = new Sound(); 
s.loadSound("musica.mp3", true); 
s.onSoundComplete = function () { 
    this.start(); 
}
come faccio a fare due pulsanti start e stop sul codice sopra riportato??
Grazie