<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="basic.css"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>w3blog</title>
	<link>http://wahlers.com.br/claus/blog</link>
	<description>Claus Wahlers on Application Development, Web Standards and what not</description>
	<pubDate>Fri, 22 Jun 2007 20:41:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
	<item>
		<title>FZip Update</title>
		<link>http://wahlers.com.br/claus/blog/fzip-update/</link>
		<comments>http://wahlers.com.br/claus/blog/fzip-update/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 20:41:45 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
		<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/fzip-update/</guid>
		<description><![CDATA[We just released an update for FZip (the Actionscript 3 class library to load standard ZIP archives and extract/decompress contained files):

Added support for Adobe Air. The Adobe Air runtime provides a low level inflate method, making it possible to load any ZIP archive and decompress compressed files without the need of injecting Adler32 checksums.
Added FZipLibrary [...]]]></description>
			<content:encoded><![CDATA[<p>We just released an update for <a href="http://codeazur.com.br/lab/fzip/">FZip</a> (the Actionscript 3 class library to load standard ZIP archives and extract/decompress contained files):</p>
<ul>
<li>Added support for <a href="http://labs.adobe.com/technologies/air/">Adobe Air</a>. The Adobe Air runtime provides a low level inflate method, making it possible to load any ZIP archive and decompress compressed files without the need of injecting Adler32 checksums.</li>
<li>Added FZipLibrary class for higher level access to files in a ZIP  archive. &#8220;FZipLibrary processes files (based on file extensions) from an  FZip instance and converts them into usable formats. Files can be  converted to either a BitmapData or DisplayObject classes. Data embedded  in SWF files (like classes) can also be retrieved. Flash&#8217;s built-in  Loader class is used to convert formats, so the only formats currently  supported are ones that Loader supports. As of this writing they are  SWF, JPEG, GIF, and PNG.&#8221;</li>
<li>Bug fix: There was a problem with filenames containing special  characters. Filename encoding now defaults to UTF-8. In case the  filenames are encoded differently in your ZIP, you can specify the  encoding in the FZip constructor.</li>
</ul>
<p>Special thanks to Daniel Wabyick at Adobe for contributing the Adobe Air support!</p>
<p>Enjoy!</p>
<p><a href="http://codeazur.com.br/lab/fzip/">http://codeazur.com.br/lab/fzip/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/fzip-update/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
