<?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>Soundstep, daily ActionScript. &#187; air</title>
	<atom:link href="http://www.soundstep.com/blog/tag/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundstep.com/blog</link>
	<description>Flash, Flex and ActionScript talking.</description>
	<lastBuildDate>Wed, 18 Aug 2010 14:44:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SomaCore AS3 MVC Framework video tutorial</title>
		<link>http://www.soundstep.com/blog/2010/08/18/somacore-as3-mvc-framework-video-tutorials/</link>
		<comments>http://www.soundstep.com/blog/2010/08/18/somacore-as3-mvc-framework-video-tutorials/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:32:44 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=513</guid>
		<description><![CDATA[I&#8217;ve just uploaded a new video tutorial (48 min) for my lightweight AS3 MVC Framework SomaCore. You can now get started with it. I explain how to create the framework instance, how to create a wire, create views, create commands and how to intercept them. I hope you like it!]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/08/18/somacore-as3-mvc-framework-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bringing life to an image</title>
		<link>http://www.soundstep.com/blog/2010/08/16/bringling-life-to-an-image/</link>
		<comments>http://www.soundstep.com/blog/2010/08/16/bringling-life-to-an-image/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 15:20:45 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=503</guid>
		<description><![CDATA[Here is how to bring life to an image using the filter DisplacementMapFilter. Click here to see the demo. I got the idea from a video made by Chad Perkins (thanks Chad, you're giving me a lot of inspiration!) where he is showing this effect in After Effects. My Flash nature pushed me to reproduced [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/08/16/bringling-life-to-an-image/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Badge AIR runtime installation bug with Firefox</title>
		<link>http://www.soundstep.com/blog/2010/06/29/badge-air-runtime-installation-bug-with-firefox/</link>
		<comments>http://www.soundstep.com/blog/2010/06/29/badge-air-runtime-installation-bug-with-firefox/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 09:22:01 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=448</guid>
		<description><![CDATA[I found out that there's a bug with the badge used to install an AIR application with Firefox from version 3.6.4 until today's version (3.6.6). If you don't have the AIR runtime installed a Adobe UI should pop up to show a progress bar and install the runtime. The trouble is that nothing happened at [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/06/29/badge-air-runtime-installation-bug-with-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore Debugger update</title>
		<link>http://www.soundstep.com/blog/2009/11/27/somacore-debugger-update/</link>
		<comments>http://www.soundstep.com/blog/2009/11/27/somacore-debugger-update/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 14:35:25 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=417</guid>
		<description><![CDATA[I've updated the debugger used in SomaCore. You can know click on everything to parse the objects and I've added a FPS + Memory meter. I'll continue to improve the debugger with my needs, next step might be a Garbage Collection monitor. Click here to see the debugger in action. Tips: if you close the [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/11/27/somacore-debugger-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chromeless AIR application</title>
		<link>http://www.soundstep.com/blog/2008/06/01/chromeless-air-application/</link>
		<comments>http://www.soundstep.com/blog/2008/06/01/chromeless-air-application/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 15:26:53 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=33</guid>
		<description><![CDATA[I had to get an AIR application without the OS window, let's say windowless or chromeless. I needed to be able, with my own graphics, to minimize, restore, maximize, close, close in the system tray or dock, fullscreen and resize. You can find several tutorials on Internet (with which I got inspired) but I put [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/01/chromeless-air-application/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
