首页 > 代码库 > 网页上嵌套视频播放器

网页上嵌套视频播放器

<EMBED SRC="http://www.mamicode.com/视频路径" ShowStatusBar="true"  ShowPositionControls="false"  volume=10
         EnableContextMenu="false" autostart="true" loop="true" width="760" height="500"> 
</EMBED>

这段代码,是调用本机windows 自带的播放器。

网页上嵌套视频播放器