【发布时间】:2015-08-05 06:06:45
【问题描述】:
我想使用 Flash 播放器(不是 html5)将格式为 (mp4) 的视频添加到我的页面。我已经尝试过使用 Flowplayer,但我无法做到这一点:
<html>
<head></head>
<body>
<div class="flowplayer is-splash"
data-engine="flash"
data-swf="../dist/flowplayer.swf">
<video src="http://d32wqyuo10o653.cloudfront.net/Extremists.m4v" preload="none"></video>
</div>
</body>
</html>
有人可以解释一下吗?我搜索了很多,尝试了很多,但没有得到结果。
【问题讨论】:
标签: html flash video flowplayer flash-video