<?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/"
	>

<channel>
	<title>w3blog &#187; Flex 2</title>
	<atom:link href="http://wahlers.com.br/claus/blog/category/webdev/flex-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://wahlers.com.br/claus/blog</link>
	<description>Claus Wahlers on Application Development, Web Standards and what not</description>
	<lastBuildDate>Sat, 10 Sep 2011 02:01:27 +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>Custom Installer For Adobe AIR Applications</title>
		<link>http://wahlers.com.br/claus/blog/custom-installer-for-adobe-air-applications/</link>
		<comments>http://wahlers.com.br/claus/blog/custom-installer-for-adobe-air-applications/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 07:47:28 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/custom-installer-for-adobe-air-applications/</guid>
		<description><![CDATA[I need a custom installer for an AIR application i&#8217;m currently developing. That&#8217;s because my AIR app needs additional functionality that the AIR runtime doesn&#8217;t provide (specifically: detecting USB storage devices, act as a TCP socket server, talk to Last.fm scrobbler plugins). For that purpose i wrote a local RPC socket server gateway in C [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Fcustom-installer-for-adobe-air-applications%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Custom%20Installer%20For%20Adobe%20AIR%20Applications%22%20%7D);"></div>
<p>I need a custom installer for an AIR application i&#8217;m currently developing. That&#8217;s because my AIR app needs additional functionality that the AIR runtime doesn&#8217;t provide (specifically: detecting USB storage devices, act as a TCP socket server, talk to Last.fm scrobbler plugins). For that purpose i wrote a local RPC socket server gateway in C (one for Mac OS X and one for Windows) which always runs once the user logs in to her OS. The AIR application can then call methods on that local gateway, or receive events.</p>
<p>The problem is that the user needs to install the RPC server before she installs the actual AIR application. The install process should be seamless (one installer installs RPC server, AIR runtime if needed, and the application itself in one go)  and the installer should be as small as possible. Currently there is no info available from Adobe on how to write custom installers that automatically download/install the AIR runtime if needed (is there?).</p>
<p>Artemis is another project aiming at extending AIR using a local socket server, but it seems that the project has been shut down because of the reasons stated above.</p>
<p>So i have been pulling out my hair lately on how to solve that problem.</p>
<p>I think i found a feasible solution. I am not sure because i haven&#8217;t tested all this, but i wanted to throw it online for discussion. The drawback is that the user needs to install your application with a OS native custom installer.</p>
<p>First you write standard installers for both Mac OS X and Windows, that install the local socket server either as a service/daemon or as an agent so that the server always starts at system launch or user login. Nothing special here yet.</p>
<p>The trick would be to write a simple SWHX application that basically implements the code included with the AIR Installer badge. That helper application can then be included with the installer, which executes it after the local socket server has been installed.</p>
<p>As i said i haven&#8217;t tested this yet (will do soonish), but this should work, no?</p>
<p>The question remains why i don&#8217;t just use SWHX for the main app and screw AIR alltogether.</p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/custom-installer-for-adobe-air-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FZip Alpha Release: Create And Modify ZIP Archives</title>
		<link>http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/</link>
		<comments>http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 20:08:25 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/</guid>
		<description><![CDATA[FZip has been around for some time now, and people seem to like it. However one feature has been asked for repeatedly: In addition to reading ZIP archive, people want to be able to create new (and modify existing) archives. So i finally sat down this weekend and added that. The code is not tested [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Ffzip-alpha-release-create-and-modify-zip-archives%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22FZip%20Alpha%20Release%3A%20Create%20And%20Modify%20ZIP%20Archives%22%20%7D);"></div>
<p>FZip has been around for some time now, and people seem to like it. However one feature has been asked for repeatedly: In addition to reading ZIP archive, people want to be able to create new (and modify existing) archives.</p>
<p>So i finally sat down this weekend and added that.</p>
<p>The code is not tested very well (it works for me but may not work for you)  and has no ASDocs yet, so i release it as an alpha version, with the hope of massive bug feedback.. :)</p>
<p>Download: <a href="http://codeazur.com.br/lab/fzip/download/fzip_1_0_52_alpha.zip" style="text-decoration: line-through" title="FZip 1.0.52 Alpha">fzip_1_0_52_alpha.zip</a> <a href="http://codeazur.com.br/lab/fzip/download/fzip.zip" title="FZip">fzip.zip</a></p>
<p>New methods in class FZip:</p>
<ul>
<li>addFile(name:String, date:Date, content:ByteArray)</li>
<li>addFileAt(index:uint, name:String, date:Date, content:ByteArray)</li>
<li>removeFileAt(index:uint)</li>
<li>serialize(stream:IDataOutput)</li>
</ul>
<p>Sample code:</p>
<pre style="margin-left: 20px"><code><span style="color: #808080; font-style: italic">// Create file contents</span>
<span style="color: #000000; font-weight: bold">var</span> ba:ByteArray = <span style="color: #000000; font-weight: bold">new</span> ByteArray<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>;
ba.<span style="color: #006600">writeUTFBytes</span><span style="color: #66cc66">(</span><span style="color: #ff0000">"Hello World!"</span><span style="color: #66cc66">)</span>;
<span style="color: #808080; font-style: italic">// Create ZIP archive and add file</span>
<span style="color: #000000; font-weight: bold">var</span> zip:FZip = <span style="color: #000000; font-weight: bold">new</span> FZip<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>;
zip.<span style="color: #006600">addFile</span><span style="color: #66cc66">(</span><span style="color: #ff0000">"hello.txt"</span>, <span style="color: #000000; font-weight: bold">null</span>, ba<span style="color: #66cc66">)</span>;
<span style="color: #808080; font-style: italic">// Serialize ZIP into a new file</span>
<span style="color: #808080; font-style: italic">// (we use the Adobe AIR specific class FileStream here,</span>
<span style="color: #808080; font-style: italic">// but you can as well use ByteArray </span></code><code><span style="color: #808080; font-style: italic">or anything that</span></code><code><span style="color: #808080; font-style: italic"></span>
<span style="color: #808080; font-style: italic">// implements IDataOutput)</span>
<span style="color: #000000; font-weight: bold">var</span> file:File = File.<span style="color: #006600">applicationStorageDirectory</span>;
file = file.<span style="color: #006600">resolvePath</span><span style="color: #66cc66">(</span><span style="color: #ff0000">"hello.zip"</span><span style="color: #66cc66">)</span>;
<span style="color: #000000; font-weight: bold">var</span> stream:FileStream = <span style="color: #000000; font-weight: bold">new</span> FileStream<span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>;
stream.<span style="color: #006600">open</span><span style="color: #66cc66">(</span>file, FileMode.<span style="color: #006600">WRITE</span><span style="color: #66cc66">)</span>;
zip.<span style="color: #006600">serialize</span><span style="color: #66cc66">(</span>stream<span style="color: #66cc66">)</span>;
stream.<span style="color: #0066cc">close</span><span style="color: #66cc66">(</span><span style="color: #66cc66">)</span>;</code></pre>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>FZip, AIRRemoteUpdater Upgraded for AIR Beta 2</title>
		<link>http://wahlers.com.br/claus/blog/fzip-airremoteupdater-upgraded-for-air-beta-2/</link>
		<comments>http://wahlers.com.br/claus/blog/fzip-airremoteupdater-upgraded-for-air-beta-2/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 11:28:04 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/fzip-airremoteupdater-upgraded-for-air-beta-2/</guid>
		<description><![CDATA[Just a quick FYI: FZip and AIRRemoteUpdater upgrades for AIR Beta 2 are now available for download. FZip now uses ByteArray.uncompress(CompressionAlgorithm.DEFLATE) instead of the now deprecated ByteArray.inflate(). I also tweaked FZip to throw an exception when a parsing error occurs and no event listener is registered for FZipErrorEvent.PARSE_ERROR events. AIRRemoteUpdater now gets the local descriptor [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Ffzip-airremoteupdater-upgraded-for-air-beta-2%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22FZip%2C%20AIRRemoteUpdater%20Upgraded%20for%20AIR%20Beta%202%22%20%7D);"></div>
<p>Just a quick FYI: <a href="http://codeazur.com.br/lab/fzip/" title="FZip">FZip</a> and <a href="http://codeazur.com.br/lab/airremoteupdater/" title="AIRRemoteUpdater">AIRRemoteUpdater</a> upgrades for AIR Beta 2 are now available for download.</p>
<p>FZip now uses <code>ByteArray.uncompress(CompressionAlgorithm.DEFLATE)</code> instead of the now deprecated <code>ByteArray.inflate()</code>. I also tweaked FZip to throw an exception when a parsing error occurs and no event listener is registered for <code>FZipErrorEvent.PARSE_ERROR events</code>.</p>
<p>AIRRemoteUpdater now gets the local descriptor XML via <code>Shell.shell.applicationDescriptor</code> which was added in AIR Beta 2, and uses the upgraded FZip sources.</p>
<p>Enjoy, and please let me know if you run into any problems with this new release.</p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/fzip-airremoteupdater-upgraded-for-air-beta-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Automating remote software updates in Adobe AIR applications</title>
		<link>http://wahlers.com.br/claus/blog/automating-remote-software-updates-in-adobe-air-applications/</link>
		<comments>http://wahlers.com.br/claus/blog/automating-remote-software-updates-in-adobe-air-applications/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 14:01:43 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/automating-remote-software-updates-in-adobe-air-applications/</guid>
		<description><![CDATA[I just released the first version of AIR Remote Updater, an AS3 class to automate remote software updates in Adobe AIR applications. It transparently checks version numbers, downloads the .AIR installer file if needed and triggers the AIR-native update process. It grabs the version number directly from the remote .AIR file without having to download [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Fautomating-remote-software-updates-in-adobe-air-applications%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Automating%20remote%20software%20updates%20in%20Adobe%20AIR%20applications%22%20%7D);"></div>
<p>I just released the first version of <a href="http://codeazur.com.br/lab/airremoteupdater/">AIR Remote Updater</a>, an AS3 class to  automate remote software updates in Adobe AIR applications.</p>
<p>It transparently checks version numbers, downloads the .AIR installer  file if needed and triggers the AIR-native update process.</p>
<p>It grabs the version number directly from the remote .AIR file without  having to download the entire file, eliminating the potential error  prone need of having to put a separate descriptor file online along with  the .AIR installer file.</p>
<p>Background:</p>
<p>An .AIR installer file is a PKZIP archive containing metadata files  along with the packaged application files. The files contained in a .AIR  installer file are, in this order:</p>
<ol>
<li>/mimetype</li>
<li>/META-INF/AIR/application.xml (contains version info)</li>
<li>/META-INF/AIR/hash</li>
<li>/META-INF/signatures.xml</li>
<li>packaged application files</li>
</ol>
<p>The file we are interested in, /META-INF/AIR/application.xml (the  &#8220;application descriptor file&#8221; that contains the version number), is  always the second file in the archive. AIR Remote Updater uses FZip to  stream in the remote .AIR until (and only until) the application  descriptor file has loaded. We can then close the stream, uncompress  that file and extract the version number.</p>
<p>More info and download here:<br />
<a href="http://codeazur.com.br/lab/airremoteupdater/" class="moz-txt-link-freetext">http://codeazur.com.br/lab/airremoteupdater/</a></p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/automating-remote-software-updates-in-adobe-air-applications/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<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[Air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></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. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Ffzip-update%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22FZip%20Update%22%20%7D);"></div>
<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>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Size Matters</title>
		<link>http://wahlers.com.br/claus/blog/size-matters/</link>
		<comments>http://wahlers.com.br/claus/blog/size-matters/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 15:38:20 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[WebDev]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/size-matters/</guid>
		<description><![CDATA[Big propz to Adobe for sending me a set of HUGE (and beautiful!) Flex 2 and AS3 API posters! It didn&#8217;t even take a week to arrive here in São Paulo. Sah-weeet! Thanks a bunch, much apprechiated!]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Fsize-matters%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Size%20Matters%22%20%7D);"></div>
<p>Big propz to Adobe for sending me a set of <strong>HUGE</strong> (and beautiful!) Flex 2 and AS3 API <a href="http://www.flex.org/posters/">posters</a>! It didn&#8217;t even take a week to arrive here in São Paulo. Sah-weeet! Thanks a bunch, much apprechiated!</p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/size-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1337! FC64 demo updated.</title>
		<link>http://wahlers.com.br/claus/blog/1337-fc64-demo-updated/</link>
		<comments>http://wahlers.com.br/claus/blog/1337-fc64-demo-updated/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 02:55:35 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/1337-fc64-demo-updated/</guid>
		<description><![CDATA[In celebration of todays release of the Flash Player 9 for Linux beta, i finally updated the demo of FC64, our C64 emulator for Flash Player 9. Some time ago i implemented support for sprites and the lo-res bitmap mode, so quite some more games work on FC64 now, including Elite (see screenshot below &#8211; [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252F1337-fc64-demo-updated%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%221337%21%20FC64%20demo%20updated.%22%20%7D);"></div>
<p>In celebration of todays release of the <a href="http://labs.adobe.com/downloads/flashplayer9.html">Flash Player 9 for Linux beta</a>, i finally updated the <a title="FC64" href="http://codeazur.com.br/stuff/fc64_final/">demo</a> of <a href="http://osflash.org/fc64/">FC64</a>, our C64 emulator for Flash Player 9.</p>
<p>Some time ago i implemented support for sprites and the lo-res bitmap mode, so quite some more games work on FC64 now, including Elite (see screenshot below &#8211; i added it to the demo), Fort Apocalypse, Frogger, Donkey Kong, and a whole bunch of others.</p>
<p>Also, Voidrunner renders properly now, including the sprites in its intro.</p>
<p>Check it out:<br />
<a class="moz-txt-link-freetext" href="http://codeazur.com.br/stuff/fc64_final/">http://codeazur.com.br/stuff/fc64_final/</a></p>
<p><img src="http://wahlers.com.br/claus/blog/wp-images/1337.png" /></p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/1337-fc64-demo-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FC64 Interview</title>
		<link>http://wahlers.com.br/claus/blog/fc64-interview/</link>
		<comments>http://wahlers.com.br/claus/blog/fc64-interview/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 17:05:20 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/fc64-interview/</guid>
		<description><![CDATA[The fine folks at <a href="http://www.gotoandplay.it/">gotoandplay.it</a> recently interviewed <a href="http://darronschall.com/weblog/">Darron</a> and me about <a href="http://osflash.org/fc64/">FC64</a> - what it's about, how we did it, and what our plans are. <a href="http://www.gotoandplay.it/spotLight/fc64/">Go check it out</a>!]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Ffc64-interview%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22FC64%20Interview%22%20%7D);"></div>
<p>The fine folks at <a href="http://www.gotoandplay.it/">gotoandplay.it</a> recently interviewed <a href="http://darronschall.com/weblog/">Darron</a> and me about <a href="http://osflash.org/fc64/">FC64</a> &#8211; what it&#8217;s about, how we did it, and what our plans are. <a href="http://www.gotoandplay.it/spotLight/fc64/">Go check it out</a>!</p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/fc64-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FC64 wins Flashforward Film Festival</title>
		<link>http://wahlers.com.br/claus/blog/fc64-wins-flashforward-film-festival/</link>
		<comments>http://wahlers.com.br/claus/blog/fc64-wins-flashforward-film-festival/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 15:29:50 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/fc64-wins-flashforward-film-festival/</guid>
		<description><![CDATA[Darron already <a href="http://www.darronschall.com/weblog/archives/000242.cfm">blogged it</a>: <a href="http://osflash.org/fc64/">FC64</a> <a href="http://blog.flashforwardconference.com/2006/09/14/winners-16th-flashforward-film-festival/">won Flashforward Film Festival</a> in the Technical Merit category. Ohhh yeah!

I promised i show you the FC64 trailer that was shown at the ceremony, so here it is:

<a href="http://codeazur.com.br/stuff/fc64_final/flashforward/">http://codeazur.com.br/stuff/fc64_final/flashforward/</a>
]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Ffc64-wins-flashforward-film-festival%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22FC64%20wins%20Flashforward%20Film%20Festival%22%20%7D);"></div>
<p>Darron already <a href="http://www.darronschall.com/weblog/archives/000242.cfm">blogged it</a>: <a href="http://osflash.org/fc64/">FC64</a> <a href="http://blog.flashforwardconference.com/2006/09/14/winners-16th-flashforward-film-festival/">won Flashforward Film Festival</a> in the Technical Merit category. Ohhh yeah!</p>
<p>I promised i show you the FC64 trailer that was shown at the ceremony, so here it is:</p>
<p><a href="http://codeazur.com.br/stuff/fc64_final/flashforward/">http://codeazur.com.br/stuff/fc64_final/flashforward/</a></p>
<p>(takes a while to load, i didn&#8217;t bother writing a preloader)</p>
<p>The fun part of it is that the trailer is written in 6502 assembly and executed by FC64. Even more fun: FC64 loads the <a href="http://codeazur.com.br/stuff/fc64_final/flashforward/flashforward.asm">assembly sourcecode</a> at runtime, compiles and executes it. The scrolling arrows are actually lots of custom 8&#215;8 pixel characters, animated by the C64 graphic chips smooth scrolling feature. I used raster interrupts to switch scrolling off in the middle part where the text appears (we don&#8217;t want that to scroll).</p>
<p>Ok, i also cheated a bit. Credits go to Andre Michelle: i ripped the Super Mario mod off <a href="http://blog.andre-michelle.com/2006/im-mentioned-in-wikipedia-check-our-8bitboy/">his fantastic mod player</a>. SID emulation in FC64 is being experimented with at the moment by Martin Wood and Ralph Hauwert, but we don&#8217;t have anything stable to show yet. Be patient :)</p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/fc64-wins-flashforward-film-festival/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ZIP it up!</title>
		<link>http://wahlers.com.br/claus/blog/zip-it-up/</link>
		<comments>http://wahlers.com.br/claus/blog/zip-it-up/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 05:43:14 +0000</pubDate>
		<dc:creator>Claus Wahlers</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex 2]]></category>

		<guid isPermaLink="false">http://wahlers.com.br/claus/blog/zip-it-up/</guid>
		<description><![CDATA[Did you ever write an image gallery or a game in Flash? Did it bother you to write rather complicated load queues to load lots of small files such as image thumbnails or game assets like tiles? Are you working with big text files and need a reliable way to compress/uncompress them to save valuable bandwidth?

I'm proud to announce FZip, a cute little Actionscript 3 class i've been working on together with <a href="http://blog.brokenfunction.com/">Max Herkender</a> that enables you to load standard ZIP archives and extract contained files while the archive is still loading.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwahlers.com.br%252Fclaus%252Fblog%252Fzip-it-up%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22ZIP%20it%20up%21%22%20%7D);"></div>
<p>Did you ever write an image gallery or a game in Flash? Did it bother you to write rather complicated load queues to load lots of small files such as image thumbnails or game assets like tiles? Are you working with big text files and need a reliable way to compress/uncompress them to save valuable bandwidth?</p>
<p>I&#8217;m proud to announce <a href="http://codeazur.com.br/lab/fzip/">FZip</a>, a cute little Actionscript 3 class i&#8217;ve been working on together with <a href="http://blog.brokenfunction.com/">Max Herkender</a> that enables you to load standard ZIP archives and extract contained files while the archive is still loading.</p>
<p>FZip is released under OSI approved <a href="http://www.opensource.org/licenses/zlib-license.php">zlib/libpng license</a>.</p>
<p><strong>Sample usage:</strong><br />
<code></p>
<pre>
public function YourApp() {
   var request:URLRequest = new URLRequest("your.zip");
   var zip:FZip = new FZip();
   zip.addEventListener(FZipEvent.FILE_LOADED, fileCompleteHandler);
   zip.load(request);
}

private function fileCompleteHandler(evt:FZipEvent):void {
   var file:FZipFile = evt.file;
   trace("File loaded: " + file.filename)
   trace("  " + file.sizeCompressed);
   trace("  " + file.sizeUncompressed);
}
</pre>
<p></code></p>
<p>Check it out: <a href="http://codeazur.com.br/lab/fzip/">FZip at côdeazur brasil lab</a></p>

]]></content:encoded>
			<wfw:commentRss>http://wahlers.com.br/claus/blog/zip-it-up/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

