We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有史以来最简单的方法。使用HTML5,您可以简单地使用视频标签。
如果不在 HTML5 上,我建议使用 jQuery 媒体插件
Easiest way ever. With HTML5, you can simply use the video tag.
If not on HTML5, I'd suggest using the jQuery media plugin
的两种实现方式
HTML5
许多浏览器如 Firefox、Chrome 已经支持此功能。
使用Flash播放器并嵌入视频
只需使用嵌入标签即可嵌入对象。这里有一个问题。浏览器需要支持这一点。
Two ways of doing
HTML5
<video src="movie.ogg" controls="true"></video>
many browser like firefox, chrome already supporting this.
use flash player and embed the video
simply use embed tag to embed an object. There is a issue here. browser needs to support this.