hey guys,

im not a flash coder/designer and i already asked for help on this question but i only used the code once in my life-time, and, ive took some tutorials from internet that strangly i cannot find anymore..so basicaly i lost my knowlege about this in the past 1 or 2 years and i need some help on this again:

The thing is im building a small mp3 player to my webpage and i need some help on 2 things:

1 - my playbar extends very long: i have a 200 width graphic converted to movie clip but i cannot get the code to make it width along...this is the code im using but for sure misses someting:
Code:
var position = Math.floor(sound.position/1000)
_root.AreaS.playbar._width = position
2 - this one is realy realy realy amateur that i do not know how i forgot...how the hell do we put the mp3 time on a dynamic text????
well i know is some basic formula considering "getBytesLoaded" and "getBytesTotal" but ive tried to / it and *60 etc and i cannot set the time for the dynamic text..it always get "0" has number???!!!!

Thanks guys and sorry to be such a dumb sometimes, all the time, NEVER ...

Duarte V.