diff --git a/source/Ox.UI/js/Video/Ox.VideoElement.js b/source/Ox.UI/js/Video/Ox.VideoElement.js index c7d878eb..ce9e40cc 100644 --- a/source/Ox.UI/js/Video/Ox.VideoElement.js +++ b/source/Ox.UI/js/Video/Ox.VideoElement.js @@ -91,7 +91,9 @@ Ox.VideoElement = function(options, self) { item.$videos = src.map(function(src, i) { // in all browsers except firefox, // loadedmetadata fires only once per src - src += '?' + Ox.uid(); + if(Ox.parseURL(src).protocol.substr(0, 4) == 'http') { + src += '?' + Ox.uid(); + } return $('