<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AS3 Zip Library Release</title>
	<atom:link href="http://nochump.com/blog/archives/15/feed" rel="self" type="application/rss+xml" />
	<link>http://nochump.com/blog/archives/15</link>
	<description>When you got the glow, you feel the one</description>
	<lastBuildDate>Thu, 13 May 2010 10:15:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kyle</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-115127</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 10 May 2010 21:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-115127</guid>
		<description>I have tried to load a zip into flash with this library on a server environment and flash won&#039;t even give me a progress event..

But locally it works just fine.. is this a limitation of flash??</description>
		<content:encoded><![CDATA[<p>I have tried to load a zip into flash with this library on a server environment and flash won&#8217;t even give me a progress event..</p>
<p>But locally it works just fine.. is this a limitation of flash??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-114922</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Fri, 07 May 2010 10:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-114922</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-114921&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-114921&quot; rel=&quot;nofollow&quot;&gt;Paulo&lt;/a&gt; :&lt;/strong&gt;
          Thank you
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-114921"><p>
<strong><a href="#comment-114921" rel="nofollow">Paulo</a> :</strong><br />
          Thank you
         </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-114921</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Fri, 07 May 2010 10:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-114921</guid>
		<description>Es o maior</description>
		<content:encoded><![CDATA[<p>Es o maior</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eros</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-114488</link>
		<dc:creator>eros</dc:creator>
		<pubDate>Mon, 03 May 2010 13:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-114488</guid>
		<description>amazing!good article</description>
		<content:encoded><![CDATA[<p>amazing!good article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepikapals</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-113107</link>
		<dc:creator>deepikapals</dc:creator>
		<pubDate>Wed, 21 Apr 2010 07:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-113107</guid>
		<description>When I use the compression code for the second time then there is a error of duplicate entry (it works fine for the first time). I explicitly allocate and deallocate memory  to the variable in the code . Well compression for the first time works really fine and smoothly.</description>
		<content:encoded><![CDATA[<p>When I use the compression code for the second time then there is a error of duplicate entry (it works fine for the first time). I explicitly allocate and deallocate memory  to the variable in the code . Well compression for the first time works really fine and smoothly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nickuk</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-108178</link>
		<dc:creator>nickuk</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-108178</guid>
		<description>i have just come across this site and cannot figure out how you&#039;d zip a folder and then access that zip, could you please post a sample?

Thanks</description>
		<content:encoded><![CDATA[<p>i have just come across this site and cannot figure out how you&#8217;d zip a folder and then access that zip, could you please post a sample?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaning Yu</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-108092</link>
		<dc:creator>Shaning Yu</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-108092</guid>
		<description>I cerated a function using the code provided.  My zip file is in a URL (e.g. myFolder\...\myZip.zip).  How can pass the URL to the function? 
Anyone can help?  Thanks.

--------------------

import flash.utils.IDataInput;
import nochump.util.zip.*;
		
// read from a zip
public function unZip() {
var loadedData:IDataInput;
			
// load a zip via URLStream or URLLoader using binary data format...
// create zip file
\var zipFile:ZipFile = new ZipFile(loadedData);
for(var i:int = 0; i &lt; zipFile.entries.length; i++) {
var entry:ZipEntry = zipFile.entries[i];
trace(entry.name);
// extract the entry&#039;s data from the zip
var data:ByteArray = zipFile.getInput(entry);
trace(data.toString());
}
}</description>
		<content:encoded><![CDATA[<p>I cerated a function using the code provided.  My zip file is in a URL (e.g. myFolder\&#8230;\myZip.zip).  How can pass the URL to the function?<br />
Anyone can help?  Thanks.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>import flash.utils.IDataInput;<br />
import nochump.util.zip.*;</p>
<p>// read from a zip<br />
public function unZip() {<br />
var loadedData:IDataInput;</p>
<p>// load a zip via URLStream or URLLoader using binary data format&#8230;<br />
// create zip file<br />
\var zipFile:ZipFile = new ZipFile(loadedData);<br />
for(var i:int = 0; i &lt; zipFile.entries.length; i++) {<br />
var entry:ZipEntry = zipFile.entries[i];<br />
trace(entry.name);<br />
// extract the entry&#8217;s data from the zip<br />
var data:ByteArray = zipFile.getInput(entry);<br />
trace(data.toString());<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-105931</link>
		<dc:creator>Tech</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-105931</guid>
		<description>Hi, 
It&#039;s possible compress multiple files into one archive? Can I have an example of this application?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It&#8217;s possible compress multiple files into one archive? Can I have an example of this application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itnix</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-104529</link>
		<dc:creator>itnix</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-104529</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-20139&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-20139&quot; rel=&quot;nofollow&quot;&gt;Ostap&lt;/a&gt; :&lt;/strong&gt;
          Hi, great job!
FZip library doesn’t uncompress zip files with data description blocks but YOUR LIBRARY DO IT WELL.
Thanks! It was helpful for me.
         &lt;/blockquote&gt;
...except password protected archives, right? Still not supported... ffs</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-20139"><p>
<strong><a href="#comment-20139" rel="nofollow">Ostap</a> :</strong><br />
          Hi, great job!<br />
FZip library doesn’t uncompress zip files with data description blocks but YOUR LIBRARY DO IT WELL.<br />
Thanks! It was helpful for me.
         </p></blockquote>
<p>&#8230;except password protected archives, right? Still not supported&#8230; ffs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Grandi</title>
		<link>http://nochump.com/blog/archives/15/comment-page-2#comment-102571</link>
		<dc:creator>Mark Grandi</dc:creator>
		<pubDate>Thu, 07 Jan 2010 10:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://nochump.com/blog/?p=15#comment-102571</guid>
		<description>sorry, I fixed my problem, it was your code that was throwing the error, but it was because my xml stuff was of length 0 or something....yeah.</description>
		<content:encoded><![CDATA[<p>sorry, I fixed my problem, it was your code that was throwing the error, but it was because my xml stuff was of length 0 or something&#8230;.yeah.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
