Hi To All
I would like to pause a video like a presentation would pause whence the user needs to read a long screen of info, w/o the user clicking a button.
I searched stackoverflow.com, got lots of possible .js answers, from onload, onplay, timeupdate, currentTime, addEventListener, setInterval. Actually too many answers cuz Im confused about how to approach the solution. Seems the HTML5 API doesn't have a native event to pause w/o user clicking a button.
I want the video to pause at like 5sec then again at 36sec then maybe at the 50sec. mark. I tryed 2 timers, but if the user goes back or skips forward the timers will fire at inappropriate/out of sync places and times. When I used flash I would put a stop() in the frame I wanted to halt the video on and that worked well. I trying to work out the equivalent w/ HTML5.
Anyone done this before? Gimme a hint? Thanks in advance... BBC