Do you have an an example project with this working? I think it would
help a lot of people.
On Mar 18, 5:56 pm, alex Ng <
alexn...@gmail.com> wrote:
> Hi,
> to make video tag works, you need to copy the video (.mo4/mov) into
> memory before you play them. PhoneGap video plugin allows to play SD card
> file. This is what I did.
>
> Alex
>
> 2012/3/19 Eric Blade <
blade.e...@gmail.com>
>
>
>
>
>
>
>
> > My guess is it's probably the same reason the audio tag doesn't work in
> > Android 2.
>
> > On Friday, March 16, 2012 8:15:21 PM UTC-4, Devgeeks wrote:
>
> >> html5 video tag doesn't work on Android as far as I know.
>
> >>
http://simonmacdonald.**
blogspot.com.au/2011/11/video-**
> >> player-plugin-for-phonegap.**html<
http://simonmacdonald.blogspot.com.au/2011/11/video-player-plugin-for...>
>
> >> On Saturday, 17 March 2012 02:34:44 UTC+11, Jairo wrote:
>
> >>> Hi,
>
> >>> I am facing the same problem as Nathi, I have tried lots of combinations
> >>> and different players but I can not play any video.
> >>> in the case of videoJs, I can also see the player perfectly but no video
> >>> is shown.
>
> >>> I think html5 video tag is not working with phonegap by the moment.
>
> >>> Jairo
>
> >>> El jueves 15 de marzo de 2012 14:24:56 UTC, Nathi gugan escribió:
>
> >>>> 0 down vote favorite
> >>>> share [g+] share [fb] share [tw]
>
> >>>> <!DOCTYPE html>
> >>>> <html>
> >>>> <head>
>
> >>>> <link href="
http://vjs.zencdn.net/c/**video-js.css<
http://vjs.zencdn.net/c/video-js.css>"
> >>>> rel="stylesheet"
> >>>> type="text/css">
>
> >>>> <script src="
http://vjs.zencdn.net/c/**video.js<
http://vjs.zencdn.net/c/video.js>"></script>
>
> >>>> </head>
> >>>> <body>
>
> >>>> <video id="example_video_1" class="video-js vjs-default-skin"
> >>>> controls preload="none" width="340" height="264"
> >>>> poster="
http://video-js.**
zencoder.com/oceans-clip.png<
http://video-js.zencoder.com/oceans-clip.png>"
>
> >>>> data-setup='{"controls":true}'**>
> >>>> <source src="
http://video-js.zencoder.**com/oceans-clip.mp4<
http://video-js.zencoder.com/oceans-clip.mp4>"
>
> >>>> type='video/mp4' />
> >>>> <source src="
http://video-js.zencoder.**com/oceans-clip.webm<
http://video-js.zencoder.com/oceans-clip.webm>"
>
> >>>> type='video/webm' />
> >>>> <source src="
http://video-js.zencoder.**com/oceans-clip.ogv<
http://video-js.zencoder.com/oceans-clip.ogv>"