Thanks, I’m glad I purchased from you.
Posted about 1 month ago
after line 68 in the code, add the following code;
mySound.setVolume(75) ;
Change 75 from 0-100 to adjust the volume. 100 is max, 0 is mute
if you add as scrub bar you’d have a serious contender here…
Posted about 1 month ago
hi, cool mp3 player but I’ve been trying to work out where in the script I could randomize the playlist…. so each time the player is activated a random song is played….. 
Thanks for your time
Posted 28 days ago
This file is great! Very easy to reskin. I love it. You are the man. 5 Stars!!!, I’d give you 6 if I could.
Posted 19 days ago
Is there anyway to have the player’s drop down playlist in the open or dropped down position on the load of the player? Thanks!
Posted 18 days ago
lindsayclineco-Go to line 131 in the actionscript, and change false to true.
On line 132 replace the code with the following;
playlistMC._visible = false;