video t time html code example
Example: html video time
//Set time position to 5 seconds:
var vid = document.getElementById("myVideo");
vid.currentTime = 5;
//Set time position to 5 seconds:
var vid = document.getElementById("myVideo");
vid.currentTime = 5;