How I can solve this on pageCallback method, or exists a way to pass the urls array of the images?
like this:
function pageCallbackFunction(n) { var images = [ 'i1.jpg', 'i2.png', 'i3.bmp', 'i4.gif' ]; return { type: 'image', src: 'http://example.com/book1/'+images[n], interactive: false }; }
like this: