我正在网络,空中和移动设备上制作epub reader flex项目。我很擅长从以下链接了解事实。它只是展示了如何解压缩epub文件,无论是本地还是网络。 http://designwithoutdesign.blogspot.com/2010/07/working-with-epub-files-in-flash-and.html
任何人,帮助我如何在网络和空中展示它。我刚刚成功地在网络和移动设备上显示PDF,但不是epub。需要一个swc来显示epub。提前谢谢..
答案 0 :(得分:0)
epub是一个包含xml和html文件的zip文件。所以我没有看到你需要flex的原因,你可以直接渲染html。