Help with a music seeker bar

hi need help with a music seeker bar, the code i am using is
[as2]
_root.onEnterFrame = function() {
_root.seeker_mc.seekerHandle_mc._x = ((song.position/1)/469.9)+22.6;
};
[/as2]