
OnSeek event
Somebody can help me with the use of OnSeek event?
I need to trigger some code when the video actually playing reaches 10 minutes for example.
bc.. jwplayer("mediaplayer").setup({
autostart: true,
controlbar: "none",
width: 720,
height: 480,
flashplayer: "<?php echo $base.'jwplayer/player.swf';?>",
file: "<?php echo $base.'videos/video.mp4';?>",
image: "<?php echo $base.'images/preview.png';?>",
events: {
onComplete: function(e){} etc I need to add the onSeek event here.
Thank you