1
0
Fork 0
forked from 0x2620/oxjs

better api for timeline images

This commit is contained in:
rolux 2011-05-17 11:43:54 +02:00
commit bab9c8be8e
5 changed files with 33 additions and 30 deletions

View file

@ -6,11 +6,11 @@ Ox.SmallVideoTimeline = function(options, self) {
_offset: 0, // hack for cases where all these position: absolute elements have to go into a float: left
duration: 0,
editing: false,
getTimelineURL: null,
'in': 0,
out: 0,
paused: false,
showMilliseconds: 0,
timeline: '',
type: 'player',
width: 256
})
@ -156,11 +156,11 @@ Ox.SmallVideoTimeline = function(options, self) {
return Ox.SmallVideoTimelineImage({
duration: self.options.duration,
editing: self.options.editing,
getTimelineURL: self.options.getTimelineURL,
'in': self.options['in'],
out: self.options.out,
results: self.options.results,
subtitles: self.options.subtitles,
timeline: self.options.timeline,
width: self.imageWidth,
type: self.options.type
})