开发者

HTML5 Video on Android Emulator

I'm trying to show a video on Android Emulator using HTML5

I got the video working on chorme, safari, IE & Firefox

but it's not working on the emulator

here's the code for it

<video id="vide开发者_开发问答o" onclick="this.play();" width="320" height="240" controls="controls"> 
    <source src="TJ.mp4"  />
    <source src="TJ.ogg" />
</video>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜