I am using the following code to display a video file in the android emulator,it works fine when the video file is stored in a SDcard.But when i give any URL of a video the
you should create a Sdcard in your simulator and then change your eclipse windows view to DDMS chaange your path to mnt/sdcard and push your file onto the device the action buttom is on the right-up of DDMS ,it is a phone icon
then change your .java path
private String path = "mnt/sdcard/funny.mp4";
your should work on it.