<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>H1DD3N.R350URC3 &#187; Compression</title>
	<atom:link href="http://blog.hexagonstar.com/tag/compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com</link>
	<description>turn-based glory and pixel pleasure</description>
	<lastBuildDate>Sat, 10 Dec 2011 02:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Loading Zip files into Flash &#8230; yummy!</title>
		<link>http://blog.hexagonstar.com/loading-zip-files-into-flash-yummy/</link>
		<comments>http://blog.hexagonstar.com/loading-zip-files-into-flash-yummy/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 06:08:04 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Compression]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/loading-zip-files-into-flash-yummy/</guid>
		<description><![CDATA[This might be old news for you but I&#8217;ve just coincidentally stumbled over an ActionScript 3 class named FZip that was written by Claus Wahlers and Max Herkender which provides functionality to load standard Zip compressed files into a Flash movie and unpack them on-the-fly. This is amazingly useful and I can see a lot [...]]]></description>
			<content:encoded><![CDATA[<p>This might be old news for you but I&#8217;ve just coincidentally stumbled over an ActionScript 3 class named <a href="http://wahlers.com.br/claus/blog/zip-it-up/">FZip</a> that was written by Claus Wahlers and Max Herkender which provides functionality to load standard Zip compressed files into a Flash movie and unpack them on-the-fly. This is amazingly useful and I can see a lot of possible use for it in the future.</p>
<p>It also reminds me of an AS 3.0 framework that I started to write a while ago which provides all kinds of file reading and writing means. It can read and write compressed and uncompressed XML-, text- and binary files. The file writing is currently only done by use of mdm Zinc but support for other data storing methods like for example LSOs are planned and I can imagine that this could be extended with native file writing once Apollo is live. Also the compression it uses is based on AS3&#8242;s own ByteArray GZip compression but it writes it&#8217;s own custom header tag to the files to identify the file type, compression, original file suffix etc. Eventually I also started to add encryption classes so the compressed data can be encrypted before.<br />
However this started as an offspring from my current game development project where I want to use it to keep external data files compact and it is still in beta. Now that I found FZip I&#8217;m thinking about adding support for it as well so the publish date for this is delayed a bit more.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/loading-zip-files-into-flash-yummy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

