it works smoothly.
with only one problem. i am able to provide path of video with this way-
Using java Syntax Highlighting
- Uri uri = Uri.parse("android.resource://com.abc.def/"+ R.raw.vid);
- video.setVideoURI(uri);
- video.start();
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
but this is not what i want.
i want it to take the path dynamically, so that i can tell it the path according to the user selection.
any suggestions??

