这段代码会自动播放

<embed src="video.mp4" width="600" height="337.5" autostart="false" loop="false">

这段代码是点击播放

<video x-webkit-airplay="allow" controls="controls" isautoplay="0" preload="" src="video.mp4" width="600" height="337.5"></video>

转载于:https://wwwblogs/jxhgt/p/11388263.html

更多推荐

网页播放MP4代码