# Music player prob

**URL:** https://forum.kirupa.com/t/music-player-prob/10567
**Category:** Uncategorized
**Created:** [January 3, 2003, 1:22pm UTC](https://forum.kirupa.com/t/music-player-prob/10567 "2003-01-03T13:22:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sk8erboi\_Q8](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@sk8erboi\_Q8](https://forum.kirupa.com/u/sk8erboi_Q8)
#### Post date: [January 3, 2003, 1:22pm UTC](https://forum.kirupa.com/t/music-player-prob/10567/1 "2003-01-03T13:22:17Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 3, 2003, 2:23pm UTC](https://forum.kirupa.com/t/music-player-prob/10567/2 "2003-01-03T14:23:19Z")

</div>

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

=)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 3, 2003, 3:47pm UTC](https://forum.kirupa.com/t/music-player-prob/10567/3 "2003-01-03T15:47:55Z")

</div>

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 🙂 and the next button should go to the next song which is in the library…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 3, 2003, 5:01pm UTC](https://forum.kirupa.com/t/music-player-prob/10567/4 "2003-01-03T17:01:19Z")

</div>

How bout using sounds in diffrent levels??

😏
