Balisage du contenu en dehors du lecteur Désolé, cet article est disponible en anglais 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 |