diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index 8eb1a378..eb12e3a2 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -615,6 +615,9 @@ Ox.VideoTimelinePlayer = function(options, self) { } self.$smallTimeline.options({position: self.options.position}); self.$position.html(formatPosition()); + that.triggerEvent(fromVideo ? 'playing' : 'position', { + position: self.options.position + }); } function setSubtitles() {