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
scusate
ho risolto
i pulsanti li ho risolti , ma perchè in locale mi fa regolarmente il loop del brano e online noo,Originariamente inviato da eddyy
codice:var s = new Sound(); s.loadSound("musica.mp3", true); s.onSoundComplete = function () { this.start(); }
grazie