html5视频爆炸特效播放器(html5视频发散效果播放器)
播放器演示

播放器介绍
<div style="display: none">
<video id="sourcevid" autoplay loop>
<source src="http://promotion.geely.com/xindihao/media/video2.mp4" type="video/mp4"/>
<source src="http://promotion.geely.com/xindihao/media/video2.mp4" type="video/ogg"/>
</video>
<canvas id="sourcecopy" width="680" height="400"></canvas>
</div>
<div>
<center>
<canvas id="output" width="1000" height="600" onmousedown="dropBomb(event, this)"
style="border: 0 none"></canvas>
</center>
</div>