This is a modal window.
<script> <!--Initialize player + nuevo and hotkeys plugins--> var player = videojs('player_1'); player.nuevo({ title: "Nuevo plugin for VideoJs Player", buttonForward: true }); </script>
<script>
player.nuevo({
buttonRewind: false
});
</script>
<script> <!--Initialize player + nuevo and hotkeys plugins--> var player = videojs('player_1'); player.nuevo({ buttonForward: true, rewindforward:20 }); </script>
This is a modal window.