Hi, I just tried this engine, it seems to have all the features I need, that's great.
However there is a serious issue when turning swf pages: I created 2 flipbooks to test, one with swf pages and the exact same one with jpeg pages. All pages have the same width and height.
I need to enable the zooming option so I have to go for the swf version which always stays sharp, and is faster to download of course.
The problem with this swf version is that it's very jerky when the pages are turning, on the other hand the jpeg version runs really smoothly. I saw other posts reporting huge CPU loading while dragging or turning the pages, I guess it's the same issue here and it's not only related to the size of the page (because the jpegs work well).
A solution to this issue might be to convert all the visible displayObjects to bitmaps. When pages are turning only the bitmaps are used (the movieclips are removed from the display list), then swap back the bitmaps and displayObjects when the animations are complete. So It would maybe turn faster (like the jpeg version), and still be sharp when we zoom in the page.
I hope this suggestion helps.
That's a great project, nice job.
Thanks