<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>w3blog</title>
	<link>http://wahlers.com.br/claus/blog</link>
	<description>Claus Wahlers on Application Development, Web Standards and what not</description>
	<lastBuildDate>Thu, 11 Feb 2010 09:27:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Realtime MP3 Decoding in Actionscript 3</title>
		<description><![CDATA[So did you ever try to play Shoutcast streams in Flash? Did you run into memory leaks? Did the playback sound pitched or otherwise screwed? Fear no more. Let me introduce you to <a href="http://github.com/claus/as3icy">as3icy</a>.]]></description>
		<link>http://wahlers.com.br/claus/blog/realtime-mp3-decoding-in-actionscript-3/</link>
			</item>
	<item>
		<title>SWFtrospection</title>
		<description><![CDATA[Open Flash CS4, create new AS3 FLA, add as3swf.swc and paste this on frame 1:
import com.codeazur.as3swf.SWF;
var swf:SWF = new SWF(root.loaderInfo.bytes);
trace(swf);
Trace output:
[SWF]
  Header:
    Version: 10
    FileLength: 149405
    FileLengthCompressed: 149405
    FrameSize: (550,400)
    FrameRate: 24
    FrameCount: 1
  Tags:
 [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/swftrospection/</link>
			</item>
	<item>
		<title>The Boteco São Bento Incident &#8211; Or: Fuck Free Speech!</title>
		<description><![CDATA[This pisses me off to no end, so i decided to blog it.
So there is this blog called Resenha Em 6 where the author posts random reviews of movies, CDs, DVDs, books, shows, bars, restaurants and TV shows, in six lines of text or less.
Recently, he reviewed the hipster bar Boteco São Bento (warning, ugly [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/the-boteco-sao-bento-incident/</link>
			</item>
	<item>
		<title>Back when Twitter was called FlashCoders</title>
		<description><![CDATA[Back when Twitter was called FlashCoders, there was a ragtag bunch of rebels who refused to bow to the Empire.
The Rebel Alliance had mastered the ancient art of wielding the __proto__, an elegant weapon for a more civilized age. Its sharp underscores could slice through any object. So cleanly, in fact, that members could be [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/back-when-twitter-was-called-flashcoders/</link>
			</item>
	<item>
		<title>Hacking SWF &#8211; Everything You Never Wanted To Know About Shapes In Flash</title>
		<description><![CDATA[I have been inbetween projects the last weeks and thought i could do something productive while i&#8217;m idle, so i created as3swf, a low level Actionscript 3 library to parse, create, modify and publish SWF files.
At the same time i experimented with iPhone development, as we at côdeazur have some commercial iPhone work lined up. Part of [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/hacking-swf-1-shapes-in-flash/</link>
			</item>
	<item>
		<title>Undocumented SWF Tags written by MXMLC</title>
		<description><![CDATA[While testing my AS3 SWF library as3swf yesterday, i found that MXMLC (the compiler that comes with the Flex SDKs)  writes undocumented SWF tags to the SWFs it produces.
I was able to identify two so far:
ProductInfo (Tag ID 41)
The ProductInfo tag contains infos about the tool used to generate the SWF, as well as the [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/undocumented-swf-tags-written-by-mxmlc/</link>
			</item>
	<item>
		<title>AUPEO!</title>
		<description><![CDATA[In case you were wondering what i have been working on in the last few months (and what will keep me busy in the coming months).. AUPEO! is a brand new platform that combines music and community &#8211; online, offline, on the road, on the web, on your desktop, on your devices.
I can&#8217;t tell too [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/aupeo/</link>
			</item>
	<item>
		<title>Custom Installer For Adobe AIR Applications</title>
		<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>
		<link>http://wahlers.com.br/claus/blog/custom-installer-for-adobe-air-applications/</link>
			</item>
	<item>
		<title>Adoro Problemas</title>
		<description><![CDATA[
]]></description>
		<link>http://wahlers.com.br/claus/blog/adoro-problemas/</link>
			</item>
	<item>
		<title>FZip Alpha Release: Create And Modify ZIP Archives</title>
		<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 very well [...]]]></description>
		<link>http://wahlers.com.br/claus/blog/fzip-alpha-release-create-and-modify-zip-archives/</link>
			</item>
</channel>
</rss>
