SoundController soundController = new SoundController(); Sound sound = soundController.createSound(Sound.MIME_TYPE_AUDIO_MPEG, "http://xxxx.appspot.com/download?blob-key=xxx"); sound.play();