Flexpaper 开发教程
1. Flexpaper介绍
1.1 Flexpaper是什么?
Flexpaper 是由一家新西兰的 Devaldi 公司开发的在线浏览各 种文件的组件,它采用的是 GPL开源的协议,即源代码开放 并可以最其进行修改使用,这一切都是免费得,但不能对 Flexpaper 源码修改后封装成商业软件进行发布和销售。 Flexpaper 官方主页:flexpaper.devaldi
1.2 Flexpaper可以做什么?
如果你有一些DOC、PPT、PDF等格式的文档,想在网站里提供给大家在线阅读,那怎样做好呢?
现在 Flexpaper 可以为你做到,当然 Flexpaper 还有一个搭档,那就是 SWFTools,通过 SWFTools 生产SWF,再通过Flexpaper组件显示,这对黄金搭档可以为你实现的在线文档功能。
使用Flexpaper浏览PDF,那需要PDF软件环境的支持吗?答案是不需要的,Flexpaper还可以被 当做 Flex 的库来使用,这些都使开发、使用变得更简单。
1.3 Flexpaper版本
Flexpaper的初始版本1.0发布于2009年, 到现在已经有42个版本。 swc版本为组件包, 使用swc 组件包需要导入到工程中再调用,flash 版本为可以单独执行的,里面有例子、JS 文件、SWF 文 件,我们采用flash版本很容易就可以使用Flexpaper显示在线文档。
SWFTools介绍
1.5 SWFTools介绍
SWFTools是一个SWF处理、转换的开源工具,它的功能主要体现在:
1. SWF的抽取、合并、解析、读写;
2. PDF/JPEG/PNG/AVI/TTF/WAV等格式转换成SWF。
SWFTools是采用GPL开源协议,永久免费,现在SWFTools已经支持 Solaris, Linux (32 bit 和 64 bit), FreeBSD, OpenBSD, HPUX, Solaris, MacOS X and Windows 98/ME/2000/XP/Vista等多个系 统。
,下载后安装后可以看到它的工具
animate下载安装
官方对各个工具的描述:
· PDF2SWF A PDF to SWF Converter. Generates one frame per page. Enables you to have fully formatted text, including tables, formulas, graphics etc. inside your Flash Movie. It's based on
the xpdf PDF parser from Derek B. Noonburg.
· SWFCombine A multifunction tool for inserting SWFs into Wrapper SWFs, contatenating SWFs, stacking SWFs or for basic parameter manipulation (e.g. changing size).
· SWFStrings Scans SWFs for text data.
· SWFDump Prints out various informations about SWFs, like contained images/fonts/sounds, disassembly of contained code as well as crossreference and bounding box data.
· JPEG2SWF Takes one or more JPEG pictures and generates a SWF slideshow from them.
Supports motion estimation compression (h.263) for better compression of video sequences.
· PNG2SWF Like JPEG2SWF, only for PNGs.
·
GIF2SWF Converts GIFs to SWF. Also able to handle animated gifs.
· WAV2SWF Converts WAV audio files to SWFs, using the L.A.M.E. MP3 encoder library.
· AVI2SWF Converts AVI animation files to SWF. It supports Flash MX H.263 compression.
Some examples can be found at examples.html. (Notice: this tool is not included anymore in
the latest version, as ffmpeg or mencoder do a better job nowadays)
· Font2SWF Converts font files (TTF, Type1) to SWF.
· SWFBBox Allows to read out, optimize and readjust SWF bounding boxes.
· SWFC A tool for creating SWF files from simple script files. Includes support for both ActionScript 2.0 as well as ActionScript 3.0.
· SWFExtract Allows to extract Movieclips, Sounds, Images etc. from SWF files.
· AS3Compile A standalone ActionScript 3.0 compiler. Mostly compatible with Flex.
gpdf2swf的工作界面:
SWFTools:/
2. Flexpaper二次开发准备工作
Flexpaper虽然已经提供了不错的功能,但我们还是有可能需要根据自己的需要对Flexpaper进行 二次开发,做什么事情都要做足准备,这样才可提高成功率,因此进行 Flexpaper 二次开发,这 一步也是必不可少的,需要什么、怎么去做,我们会在下面慢慢介绍。
2.1 获得 Flexpaper源码
我们可以通过lecode/svn/trunk/这个地址,获取 Flexpaper的源码(我下载的 是 2012‐1‐24 日的版本)。在获取前,我们需要安装 SVN,这里我们使用 TortoiseSVN,安装后打
开,选择file‐>TortoiseSVN‐>Repo‐browser,输入上面的地址:
链接上后,可以看到目录结果如下图:
我们选择 trunk/FlexPaper 目录,右键选择 Checkout,在提示框中选择 Checkout 目录,确认 后会开始下载,如下图:
Checkout完毕后,可以看到相应目录下
2.3 把 Flexpaper源码导入 Adobe Flash Builder 2.
3.1 创建 Flex 项目
选择工具栏上的“文件”‐>新建 ‐> Flex项目
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论