I’ve been working on a XML loaded MP3 player using Flash 8 and AS2.
Have everything working well but am having an issue with the seek bar (or scrubber).
I have the seekbutton_mc where it will adjust the position of the mp3 based on where it is on the seekbar_mc but when the next song loads I can’t figure out how to get the seekbutton_mc to return to the starting position on the seekbar_mc.
Can’t get them all to sync up correctly.
The next selected song plays correctly and once the seekbutton_mc is clicked to be moved, it adjusts the mp3 file to that location of the song.
The seekbutton_mc has full functionality, it just doesn’t return to the beginning of the seekbar_mc when the next songs plays.
If only there were a rubberband method…
Any thoughts?