你可以通过html版本的flash播放器
<p id="player3">
<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p>
<script type="text/javascript">
var s1 = new SWFObject("flvplayer.swf","single","300","170","7");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","videos/ld.Flv");//这边是视频在本地的路径
s1.addVariable("image","videos/ld.jpg");//这边是你的视频的截图
s1.addVariable("width","300");
s1.addVariable("height","170");
s1.write("player3");
</script>

解决方案 »

  1.   

    通常是用flv 播放器。 我现在选用的是 jwplaer ,youtube 前期也用这个。。~
      

  2.   

    你可以直接把视频的这段html代码弄过来。
    <embed src="http://player.youku.com/player.php/sid/XNDc4NDU1NjAw/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
    ,搞个层,点击时候,弹出这个视频。