From 3431b7ebdff020c32f4ad9476dc0f5df838532b0 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 18 Sep 2010 12:50:08 +0000 Subject: [PATCH] timeline view: make in and out players display an image, not a video --- build/js/ox.ui.js | 80 +++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 31 deletions(-) diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 35275cc..7c606fe 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -9482,6 +9482,7 @@ requires cuts: [], duration: 0, find: '', + frameURL: function() {}, largeTimeline: true, matches: [], points: [0, 0], @@ -9518,7 +9519,7 @@ requires posterFrame: self.options.posterFrame, subtitles: self.options.subtitles, type: type, - url: self.options.videoURL, + url: type == 'play' ? self.options.videoURL : self.options.frameURL, width: self.sizes.player[i].width }) .css({ @@ -9917,24 +9918,26 @@ requires self.controlsHeight = 16; - self.$video = $('