Does anybody know how to play audio file from web? Google example doesn't work
Using java Syntax Highlighting
ContentURI myURL = new ContentURI("http://myserver.com/link/to/my.mp3");
Intent intent = new Intent(Intent.VIEW_ACTION, myURL);
intent.setType("audio/*");
startActivity(intent);
Parsed in 0.031 seconds, using
GeSHi 1.0.8.4