Hi again :P Anyone knows if the MediaPlayer.getFrameAt(int msec) method works?
I'm trying it and all that i get is: 1. The playback stopping 2. An null as return Well... after both prepare() and start() are called, and the video is playing, if i try to get the frame at millisecond X, the video playback stops and the return of getFrameAt(msec) is null. Bitmap bmp = mp.getFrameAt(0); Anyone? --~--~---------~--~----~------------~-------~--~----~ 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] 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 -~----------~----~----~----~------~----~------~--~---

