Music player prob

i made my own music player in flash… i have a problem…
to my stop button i assigned

on (release) {
stopAllSounds();
}

to my first frame in my movie i assigned this AS:

mySound = new Sound();
mySound.loadSound(“test.mp3”, true);

what do i assign to my play button and next button :q:

please help! thank you!

You want them to play throughout the entire time in the background??

=)

they can play throughout the entire time, but when someone presses stop, it will all stop, but when the person presses play the music should play again :slight_smile: and the next button should go to the next song which is in the library…

How bout using sounds in diffrent levels??

:smirk: