Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download and unpack .ZIP folder using Adobe Air?

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)

like image 724
Rella Avatar asked May 20 '10 13:05

Rella


1 Answers

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.

like image 75
abmv Avatar answered Sep 28 '22 04:09

abmv