This commit is contained in:
j 2011-08-06 18:20:04 +00:00
parent 12e2c36d89
commit 50c2e4fda7

View file

@ -23,7 +23,7 @@ window.pandora = new Ox.App({url: '/api/'}).bindEvent({
bottom: 0, bottom: 0,
height: '16px', height: '16px',
}) })
.attr('src', '/' + item + '/timeline.16.png') .attr('src', '/' + item + '/timeline16p.png')
) )
.append( .append(
ui.infoStill = new app.flipbook(item) ui.infoStill = new app.flipbook(item)
@ -59,7 +59,7 @@ window.pandora = new Ox.App({url: '/api/'}).bindEvent({
'in': inPoint, 'in': inPoint,
out: outPoint, out: outPoint,
position: inPoint, position: inPoint,
poster: '/' + item + '/frame/' + '128' + '/' + inPoint +'.jpg', poster: '/' + item + '/' + '128p' + inPoint +'.jpg',
title: result.data.title, title: result.data.title,
video: video.url video: video.url
}) })
@ -90,7 +90,7 @@ window.pandora = new Ox.App({url: '/api/'}).bindEvent({
var duration = result.data.item.duration, var duration = result.data.item.duration,
posterFrame = result.data.item.posterFrame || parseInt(duration/2), posterFrame = result.data.item.posterFrame || parseInt(duration/2),
steps = 24, steps = 24,
framePrefix = '/' + item + '/frame/' + that.width() + '/', framePrefix = '/' + item + '/' + that.height() + 'p',
frames = {}; frames = {};
Ox.range(0, duration, duration/steps).forEach(function(position) { Ox.range(0, duration, duration/steps).forEach(function(position) {
position = parseInt(position); position = parseInt(position);