Hi everybody,
     I have tried to play the local media files using the code below.
                mMediaplayer =
(VideoView)findViewById(R.id.video_view);
               // mMediaplayer.setVideoURI( Uri.parse( "http://
daily3gp.com/vids/747.3gp" ) );
                mMediaplayer.setVideoURI(path );

     But when I use the setVideoURI function to play the remote files,
only can see the black screen and nothing happens. Anyone can tell me
why the process is not successful.
     Thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to