Searched refs:testvideo (Results 1 – 1 of 1) sorted by relevance
4 var testvideo = document.getElementById('testvideo'); variable8 testvideo.addEventListener("timeupdate", function() {9 if (testvideo.currentTime > 3) {13 testvideo.play();18 testvideo.addEventListener("loadeddata", function() {19 if (testvideo.currentTime == 0) videoAtStart = true; });