[android-developers] Re: 3gpp files

2009-02-10 Thread K. Chen
o the virtual SD card image: > > adb push D:/Profiles/mgia0013/MyDocuments/Android/Movies/HomeAlone. > 3gp /sdcard > > Now change the path in your setVideoPath: > > video.setVideoPath("/sdcard/HomeAlone.3gp"); > > On Feb 10, 8:55 am, "K. Chen" wrote: >

[android-developers] Re: 3gpp files

2009-02-10 Thread K. Chen
Nope. I was using a sample code from a book (I forgot the name). It seems fairly straightforward (below). Of course, I'm newbie, so please bear with me. Thanks. public class VideoDemo extends Activity { private VideoView video; private MediaController ctlr; @Override public void o