codice:
var myS:Sound = new Sound(this);
myS.attachSound("mp3");
trace("Durata in sec = "+myS.duration/1000);