在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → flashpaper与flexpaper破解版本

flashpaper与flexpaper破解版本

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.14M
  • 下载次数:5
  • 浏览次数:64
  • 发布时间:2021-03-09
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
面如何所名做一个仿百度文库的步奏,同时提供了开发的工具与代码,swftools, flashpaper和flexpaper破解版本flexpaper,word转swf
【实例截图】
【核心代码】
39460d9f-effd-43de-8bf3-e0a518eeddaa
├── FlashPaper
│   ├── Flash.ocx
│   ├── FlashPaperContextMenu.dll
│   ├── flashpaperprinterdrv2.dll
│   ├── flashpaperprinterui2.dll
│   ├── FlashPrinter.exe
│   ├── fpdriversetup.exe
│   ├── FPUIProto.dot
│   ├── fputilsetup.exe
│   ├── fpwrap.htm
│   ├── gdiplus.dll
│   ├── Interface
│   │   └── DefaultViewer2.swf
│   ├── Macromedia_Licensing_Installer.dll
│   ├── msvcp71.dll
│   ├── msvcr71.dll
│   ├── OfficePrintAddIn.dll
│   ├── pdflib.dll
│   ├── Searching.swf
│   ├── Working.swf
│   ├── xerces.dll
│   ├── XML
│   │   ├── FlashPaper.xsd
│   │   └── FPXlink.xsd
│   └── 初始化
│   ├── Get Flash Player.url
│   ├── license.inf
│   ├── 使用方法.txt
│   ├── 初始化.bat
│   └── 卸载.bat
├── FlashPaper源文件
│   ├── DefaultViewer21.fla
│   ├── DefaultViewer2.fla
│   ├── DefaultViewer2.swf
│   ├── FlashPaper
│   │   ├── Anchor.as
│   │   ├── Bookmark.as
│   │   ├── DividerView.as
│   │   ├── DocumentView.as
│   │   ├── IFlashPaper.as
│   │   ├── Localization
│   │   │   ├── Chinese.as
│   │   │   ├── English.as
│   │   │   ├── French.as
│   │   │   ├── German.as
│   │   │   ├── Italian.as
│   │   │   ├── Japanese.as
│   │   │   ├── Korean.as
│   │   │   └── Spanish.as
│   │   ├── MainView.as
│   │   ├── SelectionRange.as
│   │   ├── ToolbarView.as
│   │   ├── TreeView.as
│   │   └── Utils.as
│   ├── FPUI
│   │   ├── AccObject.as
│   │   ├── Component.as
│   │   ├── DataProvider.as
│   │   ├── DropdownList.as
│   │   ├── DropdownListData.as
│   │   ├── ICursorManager.as
│   │   ├── IDataItem.as
│   │   ├── IDataView.as
│   │   ├── NButton.as
│   │   ├── Scrollbar.as
│   │   ├── SelectableItem.as
│   │   ├── SelectableList.as
│   │   ├── Slider.as
│   │   ├── Tree.as
│   │   ├── TreeDataProvider.as
│   │   ├── TreeNode.as
│   │   └── TreeSelectableItem.as
│   ├── logo.psd
│   ├── read1.fla
│   ├── read.fla
│   └── read.swf
├── flexpaper
│   ├── bi.pdf
│   ├── bi.swf
│   ├── flexpaper1.3
│   │   ├── Example
│   │   │   ├── AC_OETags.js
│   │   │   ├── file53157.swf
│   │   │   ├── flash
│   │   │   │   ├── comm.swf
│   │   │   │   ├── FlexPaperViewerDevBuild.html
│   │   │   │   ├── FlexPaperViewerDevBuild.swf
│   │   │   │   ├── FlexPaperViewer.html
│   │   │   │   ├── FlexPaperViewerLatest.swf
│   │   │   │   ├── FlexPaperViewer_sm.html
│   │   │   │   ├── FlexPaperViewer.swf
│   │   │   │   ├── GoogleGadget.xml
│   │   │   │   ├── imf.swf
│   │   │   │   ├── js
│   │   │   │   │   └── swfobject
│   │   │   │   │   ├── expressInstall.swf
│   │   │   │   │   └── swfobject.js
│   │   │   │   ├── Paper.swf
│   │   │   │   └── testcase2
│   │   │   │   ├── ar09_eng.swf
│   │   │   │   ├── FlexPaperViewer.html
│   │   │   │   ├── FlexPaperViewer.swf
│   │   │   │   └── js
│   │   │   │   └── swfobject
│   │   │   │   ├── expressInstall.swf
│   │   │   │   └── swfobject.js
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── lab
│   │   │   │   ├── demos
│   │   │   │   │   ├── blue.html
│   │   │   │   │   ├── blue.swf
│   │   │   │   │   ├── FlexPaperViewer.swf
│   │   │   │   │   ├── GordonTest.html
│   │   │   │   │   ├── GordonTest.swf
│   │   │   │   │   └── Paper.swf
│   │   │   │   ├── gordon.js
│   │   │   │   └── src
│   │   │   │   ├── base64.js
│   │   │   │   ├── _base.js
│   │   │   │   ├── Color.js
│   │   │   │   ├── Cxform.js
│   │   │   │   ├── inflate.js
│   │   │   │   ├── Matrix.js
│   │   │   │   ├── Movie.js
│   │   │   │   ├── Stream.js
│   │   │   │   └── SvgRenderer.js
│   │   │   ├── Paper3.swf
│   │   │   ├── PDFViewerFS.html
│   │   │   ├── PDFViewerFS.swf
│   │   │   ├── PDFViewer.html
│   │   │   ├── PDFViewer.swf
│   │   │   └── playerProductInstall.swf
│   │   └── FlexPaper
│   │   ├── assets
│   │   │   ├── bar.gif
│   │   │   ├── find.gif
│   │   │   ├── fit.gif
│   │   │   ├── fullscreen.gif
│   │   │   ├── grabbing.gif
│   │   │   ├── grab.gif
│   │   │   ├── icon-arrow-left.gif
│   │   │   ├── icon-arrow-right.gif
│   │   │   ├── logosmallgray1.png
│   │   │   ├── logosmallgray.png
│   │   │   ├── logosmall.png
│   │   │   ├── pagefit.gif
│   │   │   ├── print-icon.gif
│   │   │   └── thumbs.gif
│   │   ├── bin
│   │   │   └── FlexPaper.swc
│   │   ├── locale
│   │   │   ├── cz_CS
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── de_DE
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── dn_DN
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── el_EL
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── en_US
│   │   │   │   ├── FlexPaper.properties
│   │   │   │   └── FlexPaper.properties11
│   │   │   ├── es_ES
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── fi_FN
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── fr_FR
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── hu_HU
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── it_IT
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── nl_NL
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pl_PL
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pt_BR
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pt_PT
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pv_FN
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── ru_RU
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── se_SE
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── tr_TR
│   │   │   │   └── FlexPaper.properties
│   │   │   └── zh_CN
│   │   │   └── FlexPaper.properties
│   │   └── src
│   │   ├── caurina
│   │   │   └── transitions
│   │   │   ├── AuxFunctions.as
│   │   │   ├── Equations.as
│   │   │   ├── properties
│   │   │   │   ├── ColorShortcuts.as
│   │   │   │   ├── CurveModifiers.as
│   │   │   │   ├── DisplayShortcuts.as
│   │   │   │   ├── FilterShortcuts.as
│   │   │   │   ├── SoundShortcuts.as
│   │   │   │   └── TextShortcuts.as
│   │   │   ├── PropertyInfoObj.as
│   │   │   ├── SpecialProperty.as
│   │   │   ├── SpecialPropertyModifier.as
│   │   │   ├── SpecialPropertySplitter.as
│   │   │   ├── Tweener.as
│   │   │   └── TweenListObj.as
│   │   └── com
│   │   └── devaldi
│   │   ├── controls
│   │   │   ├── flexpaper
│   │   │   │   ├── About.mxml
│   │   │   │   ├── FitModeEnum.as
│   │   │   │   ├── FlexPaperViewer.mxml
│   │   │   │   ├── PrintRangeDialog.mxml
│   │   │   │   ├── ShapeMarker.as
│   │   │   │   ├── styles
│   │   │   │   │   └── default.css
│   │   │   │   ├── Viewer.as
│   │   │   │   └── ViewModeEnum.as
│   │   │   ├── FlowBox.as
│   │   │   ├── Spinner.as
│   │   │   └── ZoomCanvas.as
│   │   ├── skinning
│   │   │   ├── GradientBackground.as
│   │   │   ├── GradientHSlider.as
│   │   │   ├── GradientImageButton.as
│   │   │   ├── GradientLabel.as
│   │   │   └── GradientTextInput.as
│   │   └── streaming
│   │   ├── DupImage.as
│   │   ├── DupLoader.as
│   │   └── ForcibleLoader.as
│   ├── FlexPaper1.4
│   │   ├── assets
│   │   │   ├── bar.gif
│   │   │   ├── blank.gif
│   │   │   ├── find.gif
│   │   │   ├── fit.gif
│   │   │   ├── fullscreen.gif
│   │   │   ├── grabbing.gif
│   │   │   ├── grab.gif
│   │   │   ├── hand2.gif
│   │   │   ├── icon-arrow-left.gif
│   │   │   ├── icon-arrow-right.gif
│   │   │   ├── logosmallgray.png
│   │   │   ├── logosmall.png
│   │   │   ├── logosmall-transc.png
│   │   │   ├── logosmall-trans.png
│   │   │   ├── pagefit.gif
│   │   │   ├── print-icon.gif
│   │   │   ├── singlepage.gif
│   │   │   ├── sliderdot.gif
│   │   │   ├── textselectcursor.gif
│   │   │   ├── textselect.gif
│   │   │   ├── thumbs.gif
│   │   │   └── twopage.gif
│   │   ├── locale
│   │   │   ├── bg_BG
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── cz_CS
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── de_DE
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── dn_DN
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── el_EL
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── en_US
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── es_ES
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── fi_FN
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── fr_FR
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── hu_HU
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── it_IT
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── nl_NL
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pl_PL
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pt_BR
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pt_PT
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── pv_FN
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── ru_RU
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── se_SE
│   │   │   │   └── FlexPaper.properties
│   │   │   ├── tr_TR
│   │   │   │   └── FlexPaper.properties
│   │   │   └── zh_CN
│   │   │   └── FlexPaper.properties
│   │   └── src
│   │   ├── caurina
│   │   │   └── transitions
│   │   │   ├── AuxFunctions.as
│   │   │   ├── Equations.as
│   │   │   ├── properties
│   │   │   │   ├── ColorShortcuts.as
│   │   │   │   ├── CurveModifiers.as
│   │   │   │   ├── DisplayShortcuts.as
│   │   │   │   ├── FilterShortcuts.as
│   │   │   │   ├── SoundShortcuts.as
│   │   │   │   └── TextShortcuts.as
│   │   │   ├── PropertyInfoObj.as
│   │   │   ├── SpecialProperty.as
│   │   │   ├── SpecialPropertyModifier.as
│   │   │   ├── SpecialPropertySplitter.as
│   │   │   ├── Tweener.as
│   │   │   └── TweenListObj.as
│   │   └── com
│   │   └── devaldi
│   │   ├── controls
│   │   │   ├── flexpaper
│   │   │   │   ├── About.mxml
│   │   │   │   ├── FitModeEnum.as
│   │   │   │   ├── FlexPaperViewer_Base.mxml
│   │   │   │   ├── FlexPaperViewer.mxml
│   │   │   │   ├── IFlexPaperPlugin.as
│   │   │   │   ├── IFlexPaperPluginControl.as
│   │   │   │   ├── IFlexPaperViewModePlugin.as
│   │   │   │   ├── PrintRangeDialog.mxml
│   │   │   │   ├── ShapeMarker.as
│   │   │   │   ├── styles
│   │   │   │   │   └── default.css
│   │   │   │   ├── utils
│   │   │   │   │   ├── FullscreenHandler.as
│   │   │   │   │   ├── MacMouseWheelHandler.as
│   │   │   │   │   └── TextMapUtil.as
│   │   │   │   ├── Viewer.as
│   │   │   │   └── ViewModeEnum.as
│   │   │   ├── FlowBox.as
│   │   │   ├── FlowTwoPage.as
│   │   │   ├── FlowVBox.as
│   │   │   ├── MatrixTransformer.as
│   │   │   ├── Spinner.as
│   │   │   └── ZoomCanvas.as
│   │   ├── events
│   │   │   ├── CurrentPageChangedEvent.as
│   │   │   ├── CursorModeChangedEvent.as
│   │   │   ├── DocumentLoadedEvent.as
│   │   │   ├── ExternalLinkClickedEvent.as
│   │   │   ├── FitModeChangedEvent.as
│   │   │   ├── ScaleChangedEvent.as
│   │   │   ├── SelectionCreatedEvent.as
│   │   │   └── ViewModeChangedEvent.as
│   │   ├── skinning
│   │   │   ├── GradientBackground.as
│   │   │   ├── GradientHSlider.as
│   │   │   ├── GradientImageButton.as
│   │   │   ├── GradientLabel.as
│   │   │   └── GradientTextInput.as
│   │   └── streaming
│   │   ├── AVM2Loader.as
│   │   ├── DupImage.as
│   │   ├── DupLoader.as
│   │   └── IGenericMovieClip.as
│   ├── FlexPaper使用小记.mht
│   ├── pdf
│   │   ├── bin-debug
│   │   │   ├── AC_OETags.js
│   │   │   ├── FlexPaperViewer.html
│   │   │   ├── FlexPaperViewer.swf
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── pdf.html
│   │   │   ├── pdf.swf
│   │   │   └── playerProductInstall.swf
│   │   ├── bin-release
│   │   │   ├── AC_OETags.js
│   │   │   ├── FlexPaperViewer.html
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── playerProductInstall.swf
│   │   │   └── reader.swf
│   │   ├── html-template
│   │   │   ├── AC_OETags.js
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── index.template.html
│   │   │   └── playerProductInstall.swf
│   │   ├── libs
│   │   │   └── FlexPaper.swc
│   │   └── src
│   │   ├── FlexPaperViewer.mxml
│   │   └── pdf.mxml
│   ├── pdf2swf_cmd.txt
│   └── pdf2swf.exe
├── swftools-2011-01-23-1815.tar.gz
├── 百度文库.txt
└── 说明.txt

100 directories, 307 files

标签:

实例下载地址

flashpaper与flexpaper破解版本

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警