Hey all,
I am trying to make inside the composition a symbol that will open jpg images as flip book.
I added the scripts imBookFlip.js and Turn.js from the the script panel
but now what?
How can I make them to work? HOw to read the folder with the images and show it as flip book?
I tried to make the imBookFlip to work but I can't.
Inside of my symbol I create a rectange and gave it a class imBookPage, then in Creation Complete add:
function init() {
sym.$("imBookPage").imBookFlip({
page_class: 'imBookPage',
pages: {base_url: '/images/book/'}
});
}
but nothing happened.
Please can someone guide me with either imbookflip or turn.js?
Thanks in advanced!