
网页播放MP4代码,自动播放和点击播放两种模式
1、自动播放MP4代码:
<embed src="video.mp4" width="600" height="337.5" autostart="false" loop="false">
2、点击播放MP4代码:
<video x-webkit-airplay="allow" controls="controls" isautoplay="0" preload="" src="video.mp4" width="600" height="337.5"></video>