add demos/videotimelineplayer2
This commit is contained in:
parent
ef3caccc64
commit
f8dcca9fe4
1 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
||||
});
|
||||
//});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue