diff --git a/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js index 540af2f7..fa8b0214 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPanelPlayer.js @@ -98,6 +98,7 @@ Ox.VideoPanelPlayer = function(options, self) { }, playing: setPosition, position: function(data) { + setPosition(data); that.triggerEvent('position', data); }, scale: function(data) {