1

I would like to embed a videoview in a webview. I would like to play an mp4 video on that video view. Please guide me with some pointers so that i can implement this.


Update
I have only html4 browser
Sen
  • 5,450
  • 9
  • 46
  • 76

1 Answers1

1

there was already a question with answer on it.

HTML5 <video> element on Android

I think it's what you're looking for...

EDIT:

I dunno why you have only HTML4 but look at this then:

http://www.robinlionheart.com/stds/html4/objvideo

As far as I know you need the quicktime settings for mp4...

Community
  • 1
  • 1
Beasly
  • 1,497
  • 4
  • 20
  • 28
  • i am having Android 2.1 version.. But HTML5 was not working.. i was able to bring up the page, but the video was not able to be played.. – Sen Jan 20 '11 at 10:37
  • Hi Beasley.. Thanks for the update.. I tried giving But it is not working.. – Sen Jan 21 '11 at 09:01
  • Hmm... I have to admit I never did it my self. I just read about it. I'll let you know if I have something else in my mind – Beasly Jan 21 '11 at 09:08