Using Fzip lib under Adobe Air App

Posted by Rafael Oliveira on Stack Overflow See other posts from Stack Overflow or by Rafael Oliveira
Published on 2010-05-04T17:33:36Z Indexed on 2010/05/04 17:38 UTC
Read the original article Hit count: 300

I'm currently working on a project for Adobe Air (1.5.3) and I need to unzip a file, copy some of its contents to another file.

Then I saw people talking about the Fzip (http://codeazur.com.br/lab/fzip) lib. The problem is that I don't know how to "import" or use this library with Javascript and Adobe Air, since Javascript doesn't have the import directive.

How can I manage to do that ?

© Stack Overflow or respective owner

Related posts about adobe-air

Related posts about JavaScript