Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Flip book

$
0
0

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!


Viewing all articles
Browse latest Browse all 9897

Trending Articles