I want to set the time position of a video in HTML5. The time should be set like this:
function settime(){ var video = document.getElementById(\"video1\"
It should be
var video = document.getElementById("video1");
as you have