new frame urls
This commit is contained in:
parent
b78b73da8a
commit
a4418e6c52
3 changed files with 3 additions and 3 deletions
|
|
@ -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.height() + 'p',
|
||||
framePrefix = '/' + item + '/' + that.height() + 'p',
|
||||
frames = {};
|
||||
Ox.range(0, duration, duration/steps).forEach(function(position) {
|
||||
position = parseInt(position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue