I am using a VideoView to play videos.
it works smoothly.

with only one problem. i am able to provide path of video with this
way-


Uri uri = Uri.parse("android.resource://com.abc.def/"+ R.raw.vid);
video.setVideoURI(uri);
video.start();


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??

-- 
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to