SoundSystem sound = getSoundSystem();
if (sound != null) {
if (sound.playing("BgMusic")) {
sound.pause("BgMusic");
}
if (sound.playing("streaming")) {
sound.pause("streaming");
}
}
} else if (split[1].equalsIgnoreCase("play")) {
SoundSystem sound = getSoundSystem();