vv.setVideoPath("/mnt/sdcard/avi.avi");
vv.start();
vv.setVideoPath("/mnt/sdcard/avi2.avi");
vv.start();
이렇게 하면 안되는거 같아서요 ㅠㅠ