on (release) {
myMusic = new Sound();
path="http://xxx.xx.x.xx/ITA/Audio/";
path=path.concat(A1);
myMusic.loadSound(path,true);
}
questo è lo script etutto funziona sussiste un solo problema se io nel database metto un wav al posto di un mp3 non funzia più...
perchè..?