On Thu, May 21, 2009 at 8:57 PM, Priya <[email protected]> wrote: > > Hi, > > here is my code for playing video through url.... > > public class sample extends Activity { > > > private String _videoPath; > private MediaPlayer _mp; > private static final String TAG = "Video"; > > @Override > public void onCreate(Bundle savedInstanceState) { > super.onCreate(savedInstanceState); > > > _videoPath = "http://16.181.151.159/video/funnydog.wmv";
Only local wmv playback is supported, not streaming. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

