如何使用 Adobe Air 下载并解压 .ZIP 文件夹?
如何使用 Adobe Air 下载并解压 .ZIP 文件夹?因此,我有该 zip 文件 example.com/zip.zip 的 http 链接,我需要一个函数将其下载到用户硬盘驱动器上并将其解压到文件系统上的某个文件夹中。
这样的事该怎么办呢? (请提供代码示例)
How to download and unpack .ZIP folder using Adobe Air? So I have http link onto that zip file example.com/zip.zip I need a function to download it onto users hard drive and unpack it into some folder on filesystem.
How to do such thing? (code example, please)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Zip使用 Adobe Air、Flex 文件
和闪存| Psyked
FZip
FZip 是一个 Actionscript 3 类库,用于加载、修改和
创建标准 ZIP 存档。FZip 逐步解析 ZIP 存档,允许在加载存档时访问包含的文件。
Using Zip files with Adobe Air, Flex
and Flash | Psyked
FZip
FZip is an Actionscript 3 class library to load, modify and
create standard ZIP archives.FZip parses ZIP archives progressively, allowing access to contained files while the archive is loading.