I figured out how to stop and stop it with a button, but pausing is another thing
Hi X-Factor,
You will need to store the position when you stop the music in a variable (mutePosition) like so:
mySong = new Sound();
mutePosition = int(mySong.position / 1000);
mySong.start(mutePosition);