I’m trying to build an MP3 player in Flash using Actionscript 3.0.
I have play, pause and stop buttons like you see in so many multimedia applications.
What I can’t figure out is how to build a seeker bar that lets the user advance to a specific location of the sound file.
I’ve tried using a component (SeekBar), but I don’t know how to wire it up. I’ve tried google, and I’ve tried the tutorial at [COLOR=black]Kenny Bellew’s site ([/COLOR][COLOR=black]http://www.cowfly.com/[/COLOR][COLOR=black]), but it’s all in Actionscript 1.0 or 2.0. I tried converting it to AS 3.0 but to no avail.[/COLOR]
Thanks in return for your help.