Is there a way to open RAR / zip / 7z in AS3? Thanks.

Is it easy to use compression library in C with Alchemy?

link|improve this question

1  
To your second question: No. Using a C library through Alchemy is not easy at all. Putting aside all the prerequisite knowledge for getting the tool-chain compiling, you'll have to deal with unusual defects (due to its experimental status), poor error reporting and debugging, and (last but not least) manual binding of every function you wish to use in the entire library. Not to say it isn't possible and can't be highly rewarding. – Gunslinger47 Sep 28 '10 at 5:17
Thanks Gunslinger47, thx for sharing your experience of Alchemy with us. What have you worked on w/ Alchemy? – Henry Sep 28 '10 at 6:33
I only experimented with it. In the process I wrote an RAII wrapper to make it more C++ friendly, but I've otherwise not used it for any projects. – Gunslinger47 Sep 28 '10 at 7:23
feedback

3 Answers

For ZIP, see here: http://codeazur.com.br/lab/fzip/

link|improve this answer
thx, so only ZIP is supported so far? – Henry Sep 26 '10 at 18:52
feedback

I'm using this one which is also able to open password protected zip files : http://code.google.com/p/airxzip/

link|improve this answer
Thank you, I'll look into it. – Henry Sep 27 '10 at 8:18
feedback

FOR zip , this link may help you..

http://www.bytearray.org/?p=105

link|improve this answer
Thank you, I'll look into it. – Henry Sep 27 '10 at 18:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.