Cuepoints · Flowplayer

cuepoint.time:  

<head/>

<script>

$(function() {
   flowplayer().bind("cuepoint", function (e, api, cuepoint) {
      if (cuepoint.time == 0.5) api.speed( .75 );
      $("#cue").text(cuepoint.time);
   });
});

<body/>

<div data-cuepoints="[0.5, 0.8, 1.2, 1.5, 1.8, 2.2]"
   data-rtmp="rtmp://s3b78u0kbtx79q.cloudfront.net/cfx/st"
   data-ratio="0.4167" class="flowplayer">

   <video>
      <source src="http://stream.flowplayer.org/bauhaus/624x260.mp4" type="video/mp4" />
      <source src="http://stream.flowplayer.org/bauhaus/624x260.webm" type="video/webm" />
      <source src="http://stream.flowplayer.org/bauhaus/624x260.ogv" type="video/ogg" />
      <source src="mp4:bauhaus/624x260" type="video/flash" />
   </video>
</div>