forked from 0x2620/oxjs
move css to css file, add markers (in/out/poster)
This commit is contained in:
parent
6b33c631a9
commit
8fe529df81
6 changed files with 709 additions and 651 deletions
|
|
@ -38,6 +38,7 @@ Ox.load('UI', {
|
|||
enableFullscreen: true,
|
||||
enableKeyboard: true,
|
||||
enableVolume: true,
|
||||
find: 'brick',
|
||||
focus: 'mouseenter',
|
||||
height: 192,
|
||||
'in': 3128.72,
|
||||
|
|
@ -49,7 +50,7 @@ Ox.load('UI', {
|
|||
poster: poster,
|
||||
posterFrame: 3168.04,
|
||||
//showIconOnLoad: true,
|
||||
showProgress: false,
|
||||
showMarkers: true,
|
||||
subtitles: 'srt/' + id + '.srt',
|
||||
timeline: 'png/timeline.16.png',
|
||||
title: 'Brick - Rian Johnson - 2005',
|
||||
|
|
@ -67,9 +68,9 @@ Ox.load('UI', {
|
|||
Ox.VideoPlayer({
|
||||
enableKeyboard: true,
|
||||
height: videoSize.height,
|
||||
'in': 3128.725,
|
||||
'in': 3128.72,
|
||||
//keepIconVisible: true,
|
||||
out: 3130.725,
|
||||
out: 3130.72,
|
||||
paused: true,
|
||||
playInToOut: true,
|
||||
//preload: 'none',
|
||||
|
|
@ -90,12 +91,15 @@ Ox.load('UI', {
|
|||
enableVolume: true,
|
||||
externalControls: true,
|
||||
height: 192,
|
||||
'in': 3128.725,
|
||||
'in': 3128.72,
|
||||
largeTimeline: function(i) {
|
||||
return 'http://next.0xdb.org/' + id + '/timelines/timeline.64.' + i + '.png';
|
||||
},
|
||||
out: 3130.725,
|
||||
out: 3130.72,
|
||||
paused: true,
|
||||
position: 3168.04,
|
||||
posterFrame: 3168.04,
|
||||
showMarkers: true,
|
||||
showMilliseconds: 2,
|
||||
subtitles: 'srt/' + id + '.srt',
|
||||
timeline: timeline,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue