music = new Sound(); music.loadSound(_root.ssong,false); _root.createTextField ("txt", 0, 0, 0, 100, 100);
music.onLoad = function(ok){ _root.txt.text = this.duration; }