Page tree

Versions Compared

Key

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

...

那么当执行到这个分支工作流时,点击操作的按钮会就会执行相应的命令。


HTML
<video src="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第18章工作流/18.3工作流中的命令.mp4"
width="800" preload="none" height="450" poster="http://powertoolsvideovideo1.qiniudngrapecity.com.cn/HuoZiGe/Tutorials/第18章工作流/18.3工作流中的命令.jpg"
controls="controls" onplaying="startplay()">您的浏览器不支持播放此视频。</video>
<script>
var isplayed = 1;
var startplay = function(){
if(isplayed){
ga('send', 'event', 'Play Video', '活字格', '第18章 工作流');
isplayed = 0;
}
return false;
}
</script>

...