0

I recently created a file chooser. I got it from http://www.dreamincode.net/forums/topic/190013-creating-simple-file-chooser/ and it only shows a text saying "File Chosen - 'filename'". I wanted it to be played in VideoView. I tried to google but I couldn't find it. Can you guys help me out? Thank you so much.

1 Answers1

0

I think your question is already exist at there : How to play videos from SD Card

You should pass the URI of the video that's in the SD-Card to the VideoView control.

Couple of helpful links : http://mrbool.com/how-to-play-video-formats-in-android-using-videoview/28299 How to play a video from url using videoview smoothly? How to play .mp4 video in videoview in android? Video playing using Video View in android

Community
  • 1
  • 1