# Help with a music seeker bar

**URL:** https://forum.kirupa.com/t/help-with-a-music-seeker-bar/190034
**Category:** flash
**Created:** [June 8, 2006, 5:03am UTC](https://forum.kirupa.com/t/help-with-a-music-seeker-bar/190034 "2006-06-08T05:03:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ajcates](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ajcates/32/2435_2.png) [@ajcates](https://forum.kirupa.com/u/ajcates)
#### Post date: [June 8, 2006, 5:03am UTC](https://forum.kirupa.com/t/help-with-a-music-seeker-bar/190034/1 "2006-06-08T05:03:26Z")

</div>

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]
