Stop and play mp3

ok i want to use only one button to pause and play the mp3 stream… how would i do so?
thats what i have to stop it…

on (release) {
 _root.mySound.stop();
}

but how would i test to see if it is stopped?