我想使用 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>
有人可以解释一下吗?我搜索了很多,尝试了很多,但没有得到结果。