hi all, this question i have post once, but nobody can answer me.... I have used videoview to play mp4 formate movie, but when start to play it, the videoview can't play smoothly, that means there have a little lag,
but in the: http://developer.android.com/guide/appendix/media-formats.html the android support media formate have mp4.. the code is very simple,just like in the sample code, please help me, thanks you! =========code=================== videoview=(videoview)findIdByView(r.id.videoview); videoview.setVideoPath(path); videoview.start(); videoview.requestFocus(); ================================ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

