1
0
Fork 0
forked from 0x2620/oxjs

add InfoList (draft)

This commit is contained in:
rlx 2011-08-19 06:41:48 +00:00
commit 676cb72101
5 changed files with 202 additions and 32 deletions

View file

@ -182,6 +182,7 @@ Ox.VideoEditor = function(options, self) {
posterFrame: self.options.posterFrame,
showMarkers: true,
showMilliseconds: 3,
sizeIsLarge: self.options.videoSize == 'large',
subtitles: self.options.subtitles,
type: type,
video: type == 'play' ? self.options.video : self.options.getFrameURL,