I have created application in android phonegap.I want to play video using html5 video player. My code is:
In addition to what ghostCoder says below (adding a click handler to play the video which you need to do for Android) also try removing type='video/mp4' as this sometimes confuses Android.
type='video/mp4'