Show movie clip when video component is seeking? HTML5
I'm using Animate CC to publish to HTML5. I need to show a movie clip "only" when the video is currently seeking or currently paused. The video instance is named "video0". I am able to control the video, e.g...
video0.currentTime = 0;
$("#video0")[0].play();
...sends the video back to the beginning and then plays it.
However, I cannot figure out how to show a movie clip when video0 is currently paused or currently seeking. Any ideas? Thx
