1

is any library is there for to play you-tube video as well as mp4 files, video player should contains all controls like play,pause,stop seek-to, get-frame, and video streaming etc. or can any one tell me how to create the same.

please help me. thanks in advance..

Sheetal Suryan
  • 495
  • 2
  • 7
  • 19
  • [see this][1] [1]: http://stackoverflow.com/questions/1188346/android-how-to-create-video-player – Basbous Jan 19 '12 at 08:19

1 Answers1

1

As Pandy said, use the MediaPlayer. Just drag it in from your eclipse UI editor and then work on it as you would anything else in android such textviews, etc.

Take a look at the dev guide for more info MediaPlayer

Mathew Kurian
  • 5,949
  • 5
  • 46
  • 73