This is a component to create a Flipbook to iPad. This initial release uses images for pages.
Copy the ‘flipbook’ folder inside your ‘Resource’ project folder.
To add on a window:
// Add Flipbook Library
Ti.include(‘flipbook/flipbook.js’);
// Create Flipbook Object flipbook.create({ pages:, // Add your Image Pages top:0, left:0, width:768, height:1004, attachTo:win // ATTENTION, USE this to add object to you window instead of ‘win.add(blabla);’ });
That’s pretty much it! Any edits/improvements are appreciated.