What is MegaZine3?
MegaZine3 is a pageflip engine. There are many like it, but this one is free (for private use), and open source.
If you wish to use MegaZine3 commercially, please have a look at this page for more information. Of course, donations are always welcome as well. ;-)
So, what's a pageflip engine, then?
A pageflip engine is a small Flash application that generates an interactive book, which can then be flipped through by the user. MegaZine 3 uses a completely dynamic approach, allowing full configuration through external XML files. This makes it easy to set up books even if you do not even own the Flash IDE.
It's so easy...
Although the MegaZine 3 engine is quite powerful, it is really easy to create a basic book. The shortest way to define a book would be like this:
<book plugins="batchpages">
<chapter pages="path/to/images/page_image[10].jpg"/>
</book>
This would create 10 pages from the images page_image1.jpg through page_image10.jpg. It's that easy!
Normally you will want to define page by page, though, which allows for a lot more flexibility. See the tutorials at the Project Wiki for some examples. A quick example of a more flexible configuration (the equivalent to above, actually, with ellipsis, though):
<book>
<chapter>
<page>
<img src="path/to/images/page_image1.jpg"/>
</page>
<page>
<img src="path/to/images/page_image2.jpg"/>
</page>
...
</chapter>
</book>
Maybe you guessed it, this already hints in that direction: you can in fact have any number of images (and also SWFs, video, text and more) per page.
Show me!
As the saying goes: pictures say more than words. So without further ado, please have a look at the engine in action and...












English
Deutsch