Markup del contenuto al di fuori del player Siamo spiacenti, questa pagina è in attesa di traduzione in italiano 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 |