views:

22

answers:

1

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)

+1  A: 

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.

abmv
code example, please.
Blender