ページが読み込まれた後、50 秒でビデオの再生を開始したい。
そのためにどのようにコーディングできますか?
私の現在のコードはこのようなものです。
<video id="video" controls="controls" autoplay="autoplay" name="media"><source src="video.mp4" type="video/mp4"></video>
<button name="test" onclick="alert(Math.floor(document.getElementById('video').currentTime) + ' secs elapsed!');">How much time has already elapsed?</button>