# Problem with music player

**URL:** https://forum.kirupa.com/t/problem-with-music-player/96817
**Category:** Uncategorized
**Created:** [December 14, 2003, 2:24am UTC](https://forum.kirupa.com/t/problem-with-music-player/96817 "2003-12-14T02:24:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![PG\_MUL](https://avatars.discourse-cdn.com/v4/letter/p/46a35a/32.png) [@PG\_MUL](https://forum.kirupa.com/u/PG_MUL)
#### Post date: [December 14, 2003, 2:24am UTC](https://forum.kirupa.com/t/problem-with-music-player/96817/1 "2003-12-14T02:24:55Z")

</div>

i’m having trouble with my music player, i uploaded the mp3 i wanted to play to tripod so i have all my action script right but it wont play ,  
heres my action script for the play button-  
on (release) {  
if (\_root.mySlider.complete == 1) {  
\_root.mySlider.mySound.start(0, 99);  
}  
}

my actionscript for the volume slider-  
onClipEvent (load) {  
mySound = new Sound();  
mySound.loadSound("\_Wet.mp3", false);  
}  
onClipEvent (enterFrame) {  
downloaded = mySound.getBytesLoaded();  
total = mySound.getBytesTotal();  
if (downloaded != total) {  
\_root.dl = “downloading song…”;  
} else {  
complete = 1;  
\_root.dl = “”;  
}  
mySound.setVolume(\_root.volume);  
}  
and the link to the player on tripod is-  
[http://madeulook3.tripod.com/volume\_user\_MUL2.html](http://madeulook3.tripod.com/volume_user_MUL2.html)

---

<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: [December 14, 2003, 9:47pm UTC](https://forum.kirupa.com/t/problem-with-music-player/96817/2 "2003-12-14T21:47:13Z")

</div>

heelpppp
