blob: c97d16f1da0c378a3939e4f92f00aff3d1941cd9 [file] [log] [blame]
<!DOCTYPE html>
<video id="videoTag" src="file:///android_asset/video.3gp" controls></video>
<br/>
<button id="playButton" onclick="document.querySelector('video').play();">Play Video</button>