<?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; framework</title>
	<atom:link href="http://www.soundstep.com/blog/tag/framework/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>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 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 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>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>Soma MVC v2.0.2 minor update</title>
		<link>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/</link>
		<comments>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 12:55:07 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=362</guid>
		<description><![CDATA[A minor update for Soma and SomaUI, mostly bug fixes. The source are available available on the SomaUI page. SomaUI v2.0.2 -bug fixed: page selection in the page tab wasn't working properly -bug fixed: layout tab and layout properties wasn't correctly updating the XML -bug fixed: Flash Player wasn't correctly updated in Page Settings tab [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Soma MVC MovieClip Page Mode video tutorial</title>
		<link>http://www.soundstep.com/blog/2009/09/02/soma-mvc-movieclip-page-mode-video-tutorial/</link>
		<comments>http://www.soundstep.com/blog/2009/09/02/soma-mvc-movieclip-page-mode-video-tutorial/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:11:23 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=356</guid>
		<description><![CDATA[Here is a new Video Tutorial about the MovieClip Page Mode in Soma, it might remind you the Flash Catalyst workflow. This mode is only for Flash IDE user. I'm creating a designed site in few minutes by importing Photohop Files in MovieClip that wll be managed by Soma. The PageManager will instantiate MovieClip instead [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/02/soma-mvc-movieclip-page-mode-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soma MVC minor update 2.0.1</title>
		<link>http://www.soundstep.com/blog/2009/09/01/soma-mvc-minor-update-2-0-1/</link>
		<comments>http://www.soundstep.com/blog/2009/09/01/soma-mvc-minor-update-2-0-1/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:57:42 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=353</guid>
		<description><![CDATA[New version available (v2.0.1), small bugs solved with the Page Manager. Here is how I will update Soma and SomaUI. There is 3 numbers in the version number: 1. the first is a major update, where possibly everything change, probably not usable with previous sources. 2. the second is a medium update, the structure might [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/01/soma-mvc-minor-update-2-0-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Soma MVC tips and tutorials</title>
		<link>http://www.soundstep.com/blog/2009/08/24/soma-mvc-tips-and-tutorials/</link>
		<comments>http://www.soundstep.com/blog/2009/08/24/soma-mvc-tips-and-tutorials/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:39:56 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=347</guid>
		<description><![CDATA[Beside having Soma Protest to learn how Soma MVC is working, I will add in the future (to the Google code wiki) some tutorials and tips that will help you during your development. I will also "centralized" any Video Tutorial I will make in this wiki. First one today, how to control the page flow [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/08/24/soma-mvc-tips-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Soma v2 AS3 MVC Framework released!</title>
		<link>http://www.soundstep.com/blog/2009/08/21/soma-v2-as3-mvc-framework-released/</link>
		<comments>http://www.soundstep.com/blog/2009/08/21/soma-v2-as3-mvc-framework-released/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:13:45 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=334</guid>
		<description><![CDATA[I finally release the version 2 of the framework Soma MVC and its source code generator SomaUI. It has been a long run since the last release, months of works and nights spent to make your life easier! But here we are. Firstly, I'd like to thanks Less Rain. Not only they are amazing and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/08/21/soma-v2-as3-mvc-framework-released/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>SomaUI v2 small update</title>
		<link>http://www.soundstep.com/blog/2009/08/18/somaui-v2-small-update/</link>
		<comments>http://www.soundstep.com/blog/2009/08/18/somaui-v2-small-update/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 07:22:45 +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[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=318</guid>
		<description><![CDATA[Hi, Small update about my work on SomaUI v2 and Soma v2. I can say that: - Soma v2 is done (the as3 framework) - Soma Documentation is done (asdoc) - Soma Protest is ready (site demo) - SomaUI v2 is done (the source generator, AIR-java application) - SomaUI Demo is done (a SomaUI project [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/08/18/somaui-v2-small-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaUI v2 Beta Testing</title>
		<link>http://www.soundstep.com/blog/2009/07/08/somaui-v2-beta-testing/</link>
		<comments>http://www.soundstep.com/blog/2009/07/08/somaui-v2-beta-testing/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:00:44 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=297</guid>
		<description><![CDATA[Hi everyone, As I'm close to release Soma v2 (AS3 MVC Framework) and SomaUI v2 (application to generate actionscript source code and deploy files based on Soma), I'd like to share an earlier version with some beta-testers who are interested to help me debug both the framework and the generator. Mac and Windows available, I [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/07/08/somaui-v2-beta-testing/feed/</wfw:commentRss>
		<slash:comments>3</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 1.6.4 and urlfriendly</title>
		<link>http://www.soundstep.com/blog/2009/01/27/soma-164-and-urlfriendly/</link>
		<comments>http://www.soundstep.com/blog/2009/01/27/soma-164-and-urlfriendly/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 16:33:22 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=260</guid>
		<description><![CDATA[I've made a minor update that brings us to Soma 1.6.4 and SomaUI 1.0.6, you can get the new versions from the SomaUI page. In the XML Site Definition, the attribute urlfriendly in a page node builds the URL for the deep-linking and in previous version this attribute had to be unique through the XML. [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/01/27/soma-164-and-urlfriendly/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SomaText update and TextField bad behavior</title>
		<link>http://www.soundstep.com/blog/2009/01/19/somatext-update-and-textfield-bad-behavior/</link>
		<comments>http://www.soundstep.com/blog/2009/01/19/somatext-update-and-textfield-bad-behavior/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 19:06:00 +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[framework]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[SomaUI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=256</guid>
		<description><![CDATA[I made a small update in the SomaText class (also Soma and SomaUI) because of a bad behavior with the TextField class. The TextField instance is losing the HTML formatting in case you set the htmlText and then set the multiline property to true (the other way keeps the formatting). To reproduce the behavior: 1. [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/01/19/somatext-update-and-textfield-bad-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soma Tutorial &#8211; From SomaUI to Flash Develop</title>
		<link>http://www.soundstep.com/blog/2009/01/09/soma-tutorial-from-somaui-to-flash-develop/</link>
		<comments>http://www.soundstep.com/blog/2009/01/09/soma-tutorial-from-somaui-to-flash-develop/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 12:46:27 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=250</guid>
		<description><![CDATA[Another tutorial but for the Flash Develop users this time. I explain how to create a Flash Develop project and compile the site after exporting a project from SomaUI. The tutorial is available in the SomaUI page or here. Thanks to Keita for this one]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/01/09/soma-tutorial-from-somaui-to-flash-develop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Soma Tutorial &#8211; From SomaUI to FDT</title>
		<link>http://www.soundstep.com/blog/2009/01/08/soma-tutorial-from-somaui-to-fdt/</link>
		<comments>http://www.soundstep.com/blog/2009/01/08/soma-tutorial-from-somaui-to-fdt/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 18:11:53 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=237</guid>
		<description><![CDATA[A new tutorial is available for Soma (Flash AS3 MVC Framework), I explain how to create a FDT project in eclipse and compile the site after exporting a project from SomaUI. It also shows you how I use a SWC file as a Flash Library for a pure actionscript project. Hope it is useful for [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/01/08/soma-tutorial-from-somaui-to-fdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SomaTween proxy for Tweener TweenMax and GTween</title>
		<link>http://www.soundstep.com/blog/2008/12/19/somatween-proxy-for-tweener-tweenmax-and-gtween/</link>
		<comments>http://www.soundstep.com/blog/2008/12/19/somatween-proxy-for-tweener-tweenmax-and-gtween/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 14:35:31 +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[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=206</guid>
		<description><![CDATA[SomaTween is a optional tool in the Soma framework to centralize transitions. Soma Tween is not a tween library. It is working with proxy for a real tween library and it makes you able to debug all the transitions of your site in one place. For example you can set to 0 all the times [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/12/19/somatween-proxy-for-tweener-tweenmax-and-gtween/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SomaText and StyleManager</title>
		<link>http://www.soundstep.com/blog/2008/12/17/somatext-and-stylemanager/</link>
		<comments>http://www.soundstep.com/blog/2008/12/17/somatext-and-stylemanager/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 02:45:52 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[SomaUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[soma]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=199</guid>
		<description><![CDATA[A StyleManager and SomaText classes have been added to the Soma Framework. You can handle your text fields with external extended stylesheets for a better style management without the need to recompile. SomaText is a class that is extending the Flash built-in class TextField with many features to make you life easier with texts and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/12/17/somatext-and-stylemanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soma Protest</title>
		<link>http://www.soundstep.com/blog/2008/12/08/soma-protest/</link>
		<comments>http://www.soundstep.com/blog/2008/12/08/soma-protest/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 00:41:05 +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[framework]]></category>
		<category><![CDATA[soma]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=192</guid>
		<description><![CDATA[Soma protest is a site-demo that has 2 purposes. The first is helping you understand how Soma works. Soma is a AS3 MVC Framework and Soma Protest is showing you examples, sources, demo, and explains each part and process of the framework. The second is providing sources and examples as Soma Protest has been built [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/12/08/soma-protest/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>BaseUI minor updates</title>
		<link>http://www.soundstep.com/blog/2008/05/23/baseui-minor-updates/</link>
		<comments>http://www.soundstep.com/blog/2008/05/23/baseui-minor-updates/#comments</comments>
		<pubDate>Fri, 23 May 2008 16:43:04 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[BaseUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=29</guid>
		<description><![CDATA[I made some updates in BaseUI. You don't have to change a code already written, it is just bugs correction or functionalities added. The demo, docs and source in the download page are updated. Version 1.0.8 - The elements are now correctly refreshed when created if they are not visible (alpha or visible properties) Version [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/23/baseui-minor-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BaseUI tutorial</title>
		<link>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/</link>
		<comments>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/#comments</comments>
		<pubDate>Sat, 17 May 2008 16:55:27 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[BaseUI]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=28</guid>
		<description><![CDATA[Click here to access to BaseUI page with demo, documentation and source. This is a tutorial to explain you what you can do with BaseUI. It will not build a website for you (not yet ) but should reduce your efforts by handling basic and common rules in a flash site, such as position, margin [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Liquid UI flash site with BaseUI</title>
		<link>http://www.soundstep.com/blog/2008/05/14/liquid-ui-flash-site-with-baseui/</link>
		<comments>http://www.soundstep.com/blog/2008/05/14/liquid-ui-flash-site-with-baseui/#comments</comments>
		<pubDate>Wed, 14 May 2008 09:41:47 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[BaseUI]]></category>
		<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=27</guid>
		<description><![CDATA[I put in the downloads page the first version of BaseUI, classes I'm using all time, mostly to handle liquid UI site and portfolio/slideshow. You can also use it to get a centered fixed area on a background fitting the browser. I'll post a tutorial and some tips when I'll get a chance, and probably [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/14/liquid-ui-flash-site-with-baseui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

