diff --git a/demos/videotimelineplayer2/js/demo.js b/demos/videotimelineplayer2/js/demo.js index c94dca96..890861d0 100644 --- a/demos/videotimelineplayer2/js/demo.js +++ b/demos/videotimelineplayer2/js/demo.js @@ -31,7 +31,7 @@ Ox.load('UI', function() { orientation: 'horizontal' }).appendTo(Ox.$body); - Ox.get('srt/0097514.srt', function(srt) { + //Ox.get('srt/0097514.srt', function(srt) { //var id = '0097514', var id = '0318034', @@ -49,8 +49,8 @@ Ox.load('UI', function() { height: window.innerHeight - 65, paused: true, //position: 1000, - position: 1000, - subtitles: Ox.parseSRT(srt), + position: 1800, + //subtitles: Ox.parseSRT(srt), timelineURL: 'http://0xdb.org/' + id + '/timeline16p.png', //videoRatio: 1.291667, videoRatio: 1.833333, @@ -79,6 +79,6 @@ Ox.load('UI', function() { $videoTimelinePlayer.gainFocus(); - }); + //}); });