Reputation: 66945
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)
Upvotes: 5
Views: 3155
Reputation: 7098
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.
Upvotes: 5