Skip to content

finish

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

("finish", () => void): this;

Emitted when the video has finished playing.

this

When the finish event is fired, attached handler functions are called with no parameters.

myVideo.on("finish", videoFinished);
function videoFinished() {
//code to run when the myVideo video is finished
}