Flash-An Pageflip/Flashbook Engine MegaZine 3
Learned from http://megazine.mightypirates.de/?c=home&l=en.
What is this?
MegaZine 3 is a pageflip engine. There are many like it, but this one is... free. And open source, too. This means two things, basically: you don't have to pay for it, and you can even modify it in any way you see fit.
That said, if you wish to use it commercially, an LGPL licensed version is available for purchase, too.
MegaZine 3是个啥呢?MegaZine 3是一个基于LGPL协议的开源的Pageflip制作引擎,话说这个Pageflip真不知道该翻译成什么,直观的说,成品就是一个课本样的Flash,不知道这样翻译合适不……
先来个Live Demo地址:http://megazine.mightypirates.de/demo/index.html
最简单的使用就是自己配置XML,然后不修改程序,基于这部分的文档很简单,修改megazine.xml即可(不保证全部版本都使用这个文件~)。
< ?xml version="1.0" encoding="utf-8"?> < !DOCTYPE book SYSTEM "http://megazine.mightypirates.de/megazine.dtd"> <book> <chapter pages="imgpath1.jpg"/>//图片地址 <chapter pages="imgpath2.jpg"/> <chapter pages="imgpath3.jpg"/> //etc... </book>
很简单吧,接下去是显示的语言的配置lang.en.xml,对照着改就行了,内容比较多,不列了…
最后是API文档:http://megazine.mightypirates.de/api/
还有下载地址:http://megazine.mightypirates.de/?c=download&l=en