javascript get current video time code example Example: audio get current time var vid = document.getElementById("myVideo"); vid.currentTime = 5;