dati = new LoadVars();
dati.path = this;
dati.load("http://www.actionlab.it/public/lavori/Vinyl_disco_store/V01/mdb/news.php");
dati.onLoad = function()
{
newDati = this.testo.split("|");
for (i = 0; i < newDati.length; i++) {
n = newDati[i];
n = n.split(".");
this.path.lista.addItem(n[0]);
}
};
var tuo_handler:Object = new Object();
tuo_handler.change = function(evt:Object)
{
fileS = "mdb/New_mp3/" + evt.target.selectedItem.data + ".mp3";
};
lista.addEventListener("change", tuo_handler);
splay.onRelease = function() {
suono.stop();
suono.loadSound(fileS, false);
preloader.success = false;
};
Sstop.onRelease = function() {
suono.stop();
};
stop();