ohhh sorry
that same of swish, i just added stopAllSounds(); first of the actions.
i think you should add that code the original file.
everything is OK.
Posted about 1 month ago
Let’s see what it can do:

You can also find in this package:
Thank you for buying my stuff guys! 
View my full portfolio: Click here.
Posted 2 months ago
ohhh sorry
that same of swish, i just added stopAllSounds(); first of the actions.
i think you should add that code the original file.
everything is OK.
Posted about 1 month ago
This player is great!
Just one question is there anyway to make the next button work for the next song from the one you’re listening to instead of it going back to the beginning of the playlist?
Posted about 1 month ago
Oh nm, it works now. Sorry for asking something that just needed refreshed.
Posted about 1 month ago
Purchased the file and love it but was wondering how to make it so it doesn’t Autoplay….anyone have any ideas?
Posted 26 days ago
It would be nice to be able to click on the album and buy it via PayPal or other site
Posted 25 days ago
How do you modify the text of the playlist as well as the size of the playlist buttons? I can’t find it in the ActionScript or in the movie clips.
Posted 24 days ago
Yes I would like to change the color & font inside the playlist as well… how can I do this?
thx 
hey man. how do i extend the width of the playlist window without stretching the text?
Posted 19 days ago
Hi. Great player, nice work. But is there any way of preventing auto play on load and just have first track cued with Play button displayed? Thanks.
Posted 13 days ago
I inserted this code on line 210: if(seconds < 10) seconds = “0”+ seconds;
And this one on line 214: if(current_seconds < 10) current_seconds = “0” + current_seconds;
Now it will display 4
0 instead of 4
(total track length and 0
6 instead of 0:6 (current position).
Another remark; you can drag the seek bar out of the download bar. I fixed it for myself but it’s not a very elegant way so I won’t post it here.
Maybe you can update this file so everyone can use this bugless.
Posted 13 days ago
Great mp3 player. it’s workin really well so far. just a quick question. is there any way to get rid of the black background? i just need the player, not the background. any help would be awesome! and again, thanks for a great mp3 player!
Posted 6 days ago
hi guys, im not mr. flash but if someone likes to stop auto play try this. just change these lines in the code: i had success with this one…
line 14: play_btn._visible = true; line 15: pause_btn._visible = false; line 37: var paused:Boolean = true; line 81: -playTrack(tracks_array0.source,tracks_array0.artist,tracks_array0.album,tracks_array0.title,false);
the rest still works as expected.
i can´t replay any other question – sorry.
please ask the author 