如何在网页中插入视频的代码

代码段:

<embed autostart="false" height="650" loop="false" src="/dede58/images/xyjq.mp4" width="1200"></embed>

src:是视频的路径;

autostatr:是否要文件传送完就自动播放,TRUE是要,FALSE是不要,默认为FALSE;

startime="分:秒":设定开始播放时间,如20秒后播放写为STARTIME=00:20

原文地址:https://www.cnblogs.com/LoveQin/p/5085871.html