diff --git a/source/Ox.UI/js/Video/VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js index 7178421d..65ad76aa 100644 --- a/source/Ox.UI/js/Video/VideoElement.js +++ b/source/Ox.UI/js/Video/VideoElement.js @@ -469,6 +469,8 @@ Ox.VideoElement = function(options, self) { }; that.removeElement = function() { + self.currentTime = getCurrentTime(); + self.loading = true; clearInterval(self.timeupdate); //Chrome does not properly release resources, reset manually //http://code.google.com/p/chromium/issues/detail?id=31014