Is it possible to click a button to advance to a particular frame of a video embedded in HTML?

I’d like to display a video on a web page, but have buttons to advance to certain frames and freeze them. The buttons will let them look at key points along the video. How is this done? I did a search, but the only directions I get is about pausing a video.

Use the currentTime property:

1 Like

That works! Thanks.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.