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