Hello,I try to play a network song,I use the method:
private MediaPlayer mp;
Uri uri = Uri.parse("http://web.mit.edu/yanzhou/www/wubai.mp3");
mp = mp.create(this, uri);
mp.start();
the method can play the song,but there is a problem:it needs too long
time to load the song,
I want to know can I use another method to achieve the purpose quickly?
any help?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---