Flash Player (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>
誰かがこれを説明できますか?私はたくさんの実験をたくさん検索しましたが、結果は得られませんでした。