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