Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<video src="http://powertoolsvideo.qiniudn.com/HuoZiGe/Tutorials/第13章报表与图表/13.2图表的介绍.mp4"
width="800" preload="none" height="450" poster="http://powertoolsvideo.qiniudn.com/HuoZiGe/Tutorials/第13章报表与图表/13.2图表的介绍.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第13章 报表与图表');
isplayed = 0;
}
return false;
}
</script>


上一节  下一节