<?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; flex</title>
	<atom:link href="http://www.soundstep.com/blog/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundstep.com/blog</link>
	<description>Flash, Flex and ActionScript talking.</description>
	<lastBuildDate>Fri, 29 Jul 2011 17:05:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SomaAssets demo</title>
		<link>http://www.soundstep.com/blog/2011/06/06/somaassets-demo/</link>
		<comments>http://www.soundstep.com/blog/2011/06/06/somaassets-demo/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 15:00:46 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=632</guid>
		<description><![CDATA[As requested, I Just made a quick demo how to implement the SomaAssets plugin in your application. See the demo. Download the demo. View source. Demo on github. I'll make a quick descrition here. I'll be using the following XML config: Plain Text XML: &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;loader connection="1"&#62; &#160; &#160; &#60;asset id="image0" src="assets/img/image0.jpg" smoothing="true" [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/06/06/somaassets-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaCore plugin to load and manage assets: SomaAssets</title>
		<link>http://www.soundstep.com/blog/2011/06/03/somacore-plugin-assets-somaassets/</link>
		<comments>http://www.soundstep.com/blog/2011/06/03/somacore-plugin-assets-somaassets/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 14:13:10 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=622</guid>
		<description><![CDATA[Two new releases today, an asset loader and the SomaCore plugin: SomaAssets. The AssetLoader library is a port from Matan's AssetLoader library to be event-based, it makes you able to load and manage multiple assets (image, video, xml, sound, etc) in your application. SomaAssets is a plugin based on the AssetLoader library to easily access [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/06/03/somacore-plugin-assets-somaassets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AS3 debugging interface with BinderUI</title>
		<link>http://www.soundstep.com/blog/2011/05/17/as3-debugging-interface-with-binder-ui/</link>
		<comments>http://www.soundstep.com/blog/2011/05/17/as3-debugging-interface-with-binder-ui/#comments</comments>
		<pubDate>Tue, 17 May 2011 09:31:57 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=615</guid>
		<description><![CDATA[BinderUI is a debugging tools to help you create interfaces and debug values. Very often I’m sure you spend time building visual interfaces to set, to see and to debug some values. This can be useful for example to show to the creative (or even the client?) and extract the right values instead of tweaking [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/05/17/as3-debugging-interface-with-binder-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaCore wiki and framework flow</title>
		<link>http://www.soundstep.com/blog/2011/03/14/594/</link>
		<comments>http://www.soundstep.com/blog/2011/03/14/594/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 09:00:43 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=594</guid>
		<description><![CDATA[I've added some more information on the SomaCore wiki. You can find some code and explanation how to use, create and remove Wires within the framework, using injection or not. I also explained how to monitor and control the application flow with methods you are used to, such as dispatchEvent, addEventListener, preventDefault and so on. [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/03/14/594/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaCore tutorial framework instance</title>
		<link>http://www.soundstep.com/blog/2011/02/09/somacore-tutorial-framework-instance/</link>
		<comments>http://www.soundstep.com/blog/2011/02/09/somacore-tutorial-framework-instance/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 09:00:57 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=583</guid>
		<description><![CDATA[I'll be writing in the next days a series of wiki, manual, best practices with tons of code example. It should help you to get started. I will be explaining in-depth how SomaCore works and what you can do with it. The first one is about the Framework Instance. The different ways to create a [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/02/09/somacore-tutorial-framework-instance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SomaCore AS3 MVC Framework v2 release</title>
		<link>http://www.soundstep.com/blog/2011/02/07/somacore-as3-mvc-framework-v2-release/</link>
		<comments>http://www.soundstep.com/blog/2011/02/07/somacore-as3-mvc-framework-v2-release/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 10:00:56 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></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=558</guid>
		<description><![CDATA[SomaCore is a lightweight AS3 MVC event-based framework that provides a very flexible structure for your Flash, Flex and AIR projects. The main addition in this version 2 is Dependency Injection, but it is up to you how you want to use SomaCore because injection is optional. Information SomaCore Main Page (tutorials, demos, source) Repository [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2011/02/07/somacore-as3-mvc-framework-v2-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SomaCore Twitter Search demo</title>
		<link>http://www.soundstep.com/blog/2010/10/26/somacore-twitter-search-demo/</link>
		<comments>http://www.soundstep.com/blog/2010/10/26/somacore-twitter-search-demo/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 00:54:55 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=546</guid>
		<description><![CDATA[Another SomaCore demo is available on Githug or on the SomaCore page. This demo is relatively simple. Keywords are sent to the Twitter API using a command that is dispatched straight from the view as it is something possible with SomaCore. A command is nothing more than a flash built-in event. The views are able [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/10/26/somacore-twitter-search-demo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore Hello World</title>
		<link>http://www.soundstep.com/blog/2010/10/24/somacore-hello-world/</link>
		<comments>http://www.soundstep.com/blog/2010/10/24/somacore-hello-world/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 17:33:32 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></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=542</guid>
		<description><![CDATA[I've added a very simple SomaCore Hello World demo. The application creates a wire, a view and a model. The view dispatch a command to request a message, the command ask the data to the model, the model gets the data and dispatch an event to notify the framework, the wire catch the event and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/10/24/somacore-hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaCore AS3 MVC framework on Github</title>
		<link>http://www.soundstep.com/blog/2010/10/18/somacore-as3-mcv-framework-on-github/</link>
		<comments>http://www.soundstep.com/blog/2010/10/18/somacore-as3-mcv-framework-on-github/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 20:14:13 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[SomaCore]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=532</guid>
		<description><![CDATA[I've decided to put my framework SomaCore on Github. SomaCore is a lightweight event-based MVC framework written in AS3 that provides a structure, models, views management and commands. Somacore can be used for Flash, Flex and AIR projects. SomaCore does not use any external library and does not use dependency injection. SomaCore is completely event-based [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/10/18/somacore-as3-mcv-framework-on-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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'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>4</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>4</slash:comments>
		</item>
		<item>
		<title>SomaCore update AS3 MVC Minimal Framework</title>
		<link>http://www.soundstep.com/blog/2010/05/14/somacore-update-as3-mvc-minimal-framework/</link>
		<comments>http://www.soundstep.com/blog/2010/05/14/somacore-update-as3-mvc-minimal-framework/#comments</comments>
		<pubDate>Fri, 14 May 2010 13:48:12 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[SomaCore]]></category>
		<category><![CDATA[SomaUI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=442</guid>
		<description><![CDATA[Hi everyone, In case you didn't notice that I released an new minimal AS3 MVC Framework some time ago, SomaCore is available on this page. I call it minimal because it is very lightweight, yet powerful and non-intrusive. You don't have much to learn if you're used to MVC framework of any sort. I made [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/05/14/somacore-update-as3-mvc-minimal-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AS3 garbage collection monitor</title>
		<link>http://www.soundstep.com/blog/2010/01/18/as3-garbage-collection-monitor/</link>
		<comments>http://www.soundstep.com/blog/2010/01/18/as3-garbage-collection-monitor/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:26:50 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[SomaCore]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=423</guid>
		<description><![CDATA[I needed to watch objects to know if they were properly garbage collected or not, so I've added a GC Monitor in the SomaCore Debugger. It is pretty easy to use and I think very useful if you start to care about the memory that the Flash Player is using and global performance. Demo Flash [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/01/18/as3-garbage-collection-monitor/feed/</wfw:commentRss>
		<slash:comments>3</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>SomaCore AS3 MVC Framework event-based</title>
		<link>http://www.soundstep.com/blog/2009/11/20/somacore-as3-mvc-framework-event-based/</link>
		<comments>http://www.soundstep.com/blog/2009/11/20/somacore-as3-mvc-framework-event-based/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 12:06:30 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=410</guid>
		<description><![CDATA[Following my previous post about MVC design philosophy and an AS3 MVC Framework that suit my needs and expectations, I've started using SomaCore in a relatively complicated AIR modular application, and I'm really enjoying it. I made some small changes to the code and I thought it would be a good idea to provide you [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/11/20/somacore-as3-mvc-framework-event-based/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MVC design philosophy</title>
		<link>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/</link>
		<comments>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 11:05:14 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=371</guid>
		<description><![CDATA[Hi Everyone, This is not exactly a "Soma release", but I would like to share with you my last work so we can talk about: A new AS3 MVC Framework with its own design philosophy. Why another AS3 MVC Framework? I've been working with different Frameworks in the last years, such as PureMVC, Cairngorm and Mate [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Mac and SVN to merge folder</title>
		<link>http://www.soundstep.com/blog/2009/07/21/mac-and-svn-to-merge-folder/</link>
		<comments>http://www.soundstep.com/blog/2009/07/21/mac-and-svn-to-merge-folder/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 13:50:14 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=310</guid>
		<description><![CDATA[This is not Flash related but I had to post something about as I'm really annoyed. I'm now working all the time on Mac, I believe I couldn't bear anymore spywares and other Windows annoyances. Anyway, I'm almost fine on the Mac but there's one thing I can't understand is that they didn't implement a [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/21/mac-and-svn-to-merge-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Flash Switcher working</title>
		<link>http://www.soundstep.com/blog/2009/07/17/make-flash-switcher-working/</link>
		<comments>http://www.soundstep.com/blog/2009/07/17/make-flash-switcher-working/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:28:49 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=303</guid>
		<description><![CDATA[Flash Switcher Firefox extension allows you to easily switch from one flash player version to another. It works great but unfortunately only after some tweaking. Flash Switcher still works with the last Firefox version, at the time I'm talking (Firefox 3.5). There are already some posts about Vista and Flash Switcher, to solve some bugs [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/17/make-flash-switcher-working/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hexosearch Actionscript search engine</title>
		<link>http://www.soundstep.com/blog/2009/07/06/hexosearch-actionscript-search-engine/</link>
		<comments>http://www.soundstep.com/blog/2009/07/06/hexosearch-actionscript-search-engine/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:24:23 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=289</guid>
		<description><![CDATA[I found a nice actionscript search engine: http://www.hexosearch.com/ It looks like a beta for now, but I like the concept. Basically you can register your blog so the search engine will easily find actionscript talks. You can even choose AS2, AS3 or Flex. Worth trying By the way, if some of you want a bit [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/06/hexosearch-actionscript-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaLoader release</title>
		<link>http://www.soundstep.com/blog/2009/03/03/somaloader-release/</link>
		<comments>http://www.soundstep.com/blog/2009/03/03/somaloader-release/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 01:49:30 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></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=277</guid>
		<description><![CDATA[SomaLoader is a lightweight loading manager written in AS3. You can load many types such as images, swf, xml, text, xml, css, fonts in a swf, mp3, variables and binary data. Items can be added, removed and changed in position from the queue even while loading. SomaLoader provides a simple and unique interface for massive [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/03/03/somaloader-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soma AS3 MVC framework automated</title>
		<link>http://www.soundstep.com/blog/2008/11/25/soma-as3-mvc-framework-automated/</link>
		<comments>http://www.soundstep.com/blog/2008/11/25/soma-as3-mvc-framework-automated/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 01:14:16 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></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=137</guid>
		<description><![CDATA[After months working on my own framework and successfully using in small to large projects, I'm happy to give you access to SomaUI and Soma. As a quick description, Soma is a MVC (Model-View-Controller) framework and SomaUI is a tool to generate the base of a Flash site in AS3, based on Soma (available for [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/25/soma-as3-mvc-framework-automated/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Extend a Singleton</title>
		<link>http://www.soundstep.com/blog/2008/11/01/extend-a-singleton/</link>
		<comments>http://www.soundstep.com/blog/2008/11/01/extend-a-singleton/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 18:57:13 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=118</guid>
		<description><![CDATA[For a special purpose I had to extend a Singleton, to make my system fully flexible. I found complicated solutions that wasn't fully working as intended. To use PureMVC, you have to extend a Singleton (Facade), which is the entry point of the framework. This is working only if you don't use the Facade class [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/01/extend-a-singleton/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flex SDK 3.1 bug with SWC and GenericTag (fix update)</title>
		<link>http://www.soundstep.com/blog/2008/10/11/flex-sdk-31-bug-with-swc-and-generictag-fix-update/</link>
		<comments>http://www.soundstep.com/blog/2008/10/11/flex-sdk-31-bug-with-swc-and-generictag-fix-update/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 16:44:58 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=71</guid>
		<description><![CDATA[Hi, In this previous post talking about a bug with the Flex SDK, you can find how to fix a problem when you compile a SWF including a SWC containing pictures. Actually the version of the Flex SDK is 3.1 and the structure of the java library slightly changed. I applied the same fix on [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/10/11/flex-sdk-31-bug-with-swc-and-generictag-fix-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash liquid layout with BaseUI version 2</title>
		<link>http://www.soundstep.com/blog/2008/06/23/flash-liquid-layout-with-baseui-version-2/</link>
		<comments>http://www.soundstep.com/blog/2008/06/23/flash-liquid-layout-with-baseui-version-2/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 00:06:41 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[BaseUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=37</guid>
		<description><![CDATA[I've been working on the second version of BaseUI, so I'm happy to release it today. THIS IS NOT AN UPDATE. This new version is quite different, as well as the syntax, so the code you have written for the previous version won't work with this one. I didn't try it yet in a real [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/23/flash-liquid-layout-with-baseui-version-2/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Flex SDK 3 bug with SWC and GenericTag</title>
		<link>http://www.soundstep.com/blog/2008/06/10/flex-sdk-3-bug-with-swc-and-generictag/</link>
		<comments>http://www.soundstep.com/blog/2008/06/10/flex-sdk-3-bug-with-swc-and-generictag/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 00:46:28 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=35</guid>
		<description><![CDATA[I recently used ANT and compc to compile a SWC. I had to include another SWC with classes and jpg and some other classes as I needed to force them at compile-time to make the getDefinitionByName class working. If you don't know getDefinitionByName (and registerClassAlias and getClassByAlias), it make us able to create instances of [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/10/flex-sdk-3-bug-with-swc-and-generictag/feed/</wfw:commentRss>
		<slash:comments>5</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>9</slash:comments>
		</item>
	</channel>
</rss>

