Buongiorno a tutti.
Sto usando questo codice per sentire un mp3 in streaming, ho un problema, dopo un po' si blocca
code:
mySound = new Sound();
mySound.onSoundComplete = function()
{
this.start(0, 1);
}
mySound.loadSound("tuofile.mp3", true);
Buongiorno a tutti.
Sto usando questo codice per sentire un mp3 in streaming, ho un problema, dopo un po' si blocca
code:
mySound = new Sound();
mySound.onSoundComplete = function()
{
this.start(0, 1);
}
mySound.loadSound("tuofile.mp3", true);
this.start(0, 999);Originariamente inviato da desila
Buongiorno a tutti.
Sto usando questo codice per sentire un mp3 in streaming, ho un problema, dopo un po' si blocca
code:
mySound = new Sound();
mySound.onSoundComplete = function()
{
this.start(0, 1);
}
mySound.loadSound("tuofile.mp3", true);
Consulenza aziendale a 360° http://www.gruppodg.it http://www.gruppodg.it/3d
Realizzazione siti internet, Siti Flash, Ricerca Location per bar negozi , esercizi commerciali, sviluppo pratiche e allestimento
No non funziona, ho notato pero' che se lancio swf il brano lo sento per intero, se lancio il file .htm si blocca a meta'.
up
Ho risolto creando un clip filmato inserito sul primo frame, ora vorrei che al termine dell'animazione si fermasse anche la musica, ho inserito "stopAllSound();" sull'ultimo frame ma non funziona.