Content markup outside of the playerYou 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 |