【问题标题】:Using html5 video tag with XPages将 html5 视频标签与 XPage 一起使用 【发布时间】:2014-05-25 02:15:09 【问题描述】:
举个例子:
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>