diff --git a/source/Ox.UI/js/Video/Ox.VideoElement.js b/source/Ox.UI/js/Video/Ox.VideoElement.js index 6a6d840c..16f1728d 100644 --- a/source/Ox.UI/js/Video/Ox.VideoElement.js +++ b/source/Ox.UI/js/Video/Ox.VideoElement.js @@ -97,6 +97,7 @@ Ox.VideoElement = function(options, self) { }); self.$video.hide(); self.video.pause(); + Ox.print('s%%%%%%%%%%%%%%%%%%%', self.$videos, part) self.$video = self.$videos[part].css(css).show(); self.video = self.$video[0]; !self.paused && self.video.play(); diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPlayer.js index 8a48251a..bd47af6e 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPlayer.js @@ -62,8 +62,9 @@ Ox.VideoPlayer Generic Video Player timeline Timeline image URL title Video title type 'play', 'in' or 'out' - video Video URL - String or object ({resolution: url, resolution: url, ...}) + video Video URL + String or array of strings ([part1, part2, ...]) or object + ({resolution: url, ...} or {resolution: [part1, part2, ...], ...}) volume Volume (0-1) width Width in px @*/