网页播放MP4代码

  • Post author:
  • Post category:其他


这段代码会自动播放

<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://www.cnblogs.com/jxhgt/p/11388263.html