i just tried this and it seems to work. it uses the sound object

song = new Sound();
song.loadSound("your.mp3", true);
onEnterFrame = function () {
pos = song.position/1000;
dur =...