播放器之外的内容标记 抱歉,此页面正在等待翻译成土耳其语 You need to use JS API to navigate through the highlights of your video or audio <script> var player = new Playerjs({"id":"player", "file":"video.mp4"}); </script> <li><button onclick="player.api('seek',10)">00:10</button> first event <li><button onclick="player.api('seek',88)">01:28</button> second event |