try{
Uri file = Uri.parse("hettp:://wwww.perlgurl.org/podcast/archives "
+ "/podcasts/PerlgurlPromo.mp3");
mp = MediaPlayer.create(this, file);
mp.start();
}
catch (Exception e) {
Log.e(DEBUG_TAG, "Player failed", e);
Uri file = Uri.parse("hettp:://wwww.perlgurl.org/podcast/archives "
+ "/podcasts/PerlgurlPromo.mp3");
mp = MediaPlayer.create(this, file);
mp.start();
}
catch (Exception e) {
Log.e(DEBUG_TAG, "Player failed", e);
}