Video Multimedia control

Is it possible to determine the minutes and seconds into the video the AppStudio multimedia video control is currently playing?

I would like to play a video, and if they click in the first 15 seconds, go to page A, in the next 20 seconds to go page B, or in the last 10 seconds, go to page C. I can click on the video and capture the onclick event.

It’s simply a wrapper for an HTML <video> tag.

There is also a sample for the jPlayer library.

Sweet. Looks very possible. I’m supposed to do more programming for eye rehab. Here we come.