Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<video src="http://video1.grapecity.com.cn/HuoZiGe/Tutorials/v5.0/教学视频/命令-数据表操作数据表操作命令.mp4"
width="800" height="450" 
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第八章 命令');
isplayed = 0;
}
return false;
}
</script>