G1 supports wmv http://developer.android.com/guide/appendix/media-formats.html
On Sat, May 23, 2009 at 8:28 AM, chen hence <[email protected]> wrote: > i just remembered there was no way to play awmv file on g1? > > 2009/5/22 Marco Nelissen <[email protected]> > > 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 -~----------~----~----~----~------~----~------~--~---

