播放器演示
html5视频爆炸特效播放器(html5视频发散效果播放器)演示
播放器介绍
HTML5视频播放器很多,但是HTML5视频特效还是很少见的,这款HTML5视频破碎重组特效非常刺激,给人强大的视觉冲击。点击视频任意地方,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>