use new media urls

This commit is contained in:
rlx 2011-08-06 18:00:15 +00:00
commit 60539576ed
10 changed files with 84 additions and 67 deletions

View file

@ -9,7 +9,7 @@ pandora.ui.flipbook = function(item) {
var duration = result.data.duration,
posterFrame = result.data.posterFrame || parseInt(duration/2),
steps = 24,
framePrefix = '/' + item + '/frame/' + that.width() + '/',
framePrefix = '/' + item + '/frame' + that.height() + 'p',
frames = {};
Ox.range(0, duration, duration/steps).forEach(function(position) {
position = parseInt(position);