html5视频插入后 为什么视频播放非常卡顿

img

在点击播放按键的时候会出现卡顿现象

<body>
    <li><embed src="C:/Users/DELL/Videos/其实.mp4" loop="true" autostart="true" width="300" height="200"></embed>
</body>

换h5的video标签试试。

<video src="C:/Users/DELL/Videos/其实.mp4" controls="controls">