<?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.</title>
	<atom:link href="http://www.soundstep.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundstep.com/blog</link>
	<description>Flash, Flex and ActionScript talking.</description>
	<lastBuildDate>Tue, 02 Mar 2010 13:08:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox 3.6 Mac bug with MouseEvent</title>
		<link>http://www.soundstep.com/blog/2010/03/02/firefox-3-6-mac-bug-with-mouseevent/</link>
		<comments>http://www.soundstep.com/blog/2010/03/02/firefox-3-6-mac-bug-with-mouseevent/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:36:27 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=433</guid>
		<description><![CDATA[Firefox 3.6 introduced a very annoying bug, and only on a Mac.
If you're using somewhere a MouseEvent.ROLL_OUT or MouseEvent.MOUSE_OUT, this event will fired even if you only click on a object without leave the object with the mouse.
Example there
The select box in the middle of the page doesn't work because a roll out event is [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2010/03/02/firefox-3-6-mac-bug-with-mouseevent/feed/</wfw:commentRss>
		<slash:comments>9</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 (garbage [...]]]></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 debugger, type [...]]]></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 the [...]]]></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 for the well-known. [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/10/06/mvc-design-philosophy/feed/</wfw:commentRss>
		<slash:comments>10</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 when opening a project
-update: [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/09/07/soma-mvc-v2-0-2-minor-update/feed/</wfw:commentRss>
		<slash:comments>2</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 or [...]]]></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 slightly change and [...]]]></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 in Soma.
Romu
]]></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 skilled [...]]]></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 demo)
It has been a huge amount [...]]]></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>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 "merge [...]]]></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 that [...]]]></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>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 didn't have [...]]]></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>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 more (direct) [...]]]></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>Neoderma release and Soma v2 progress</title>
		<link>http://www.soundstep.com/blog/2009/04/06/neoderma-release-and-soma-v2-progress/</link>
		<comments>http://www.soundstep.com/blog/2009/04/06/neoderma-release-and-soma-v2-progress/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:32:31 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=284</guid>
		<description><![CDATA[Hi everyone,
I've been working on the version 2 of Soma and its generator. I'm pretty busy so I didn't post for a while, but I'm going to give you some news today.
We've just released at Less Rain the Neoderma international website. It is not a "crazy-kick-your-ass-3D-website", nothing is complicated there, but it has a very [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/04/06/neoderma-release-and-soma-v2-progress/feed/</wfw:commentRss>
		<slash:comments>5</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 loading, [...]]]></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. It [...]]]></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. create a [...]]]></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>2</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 all the [...]]]></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>SomaText standalone</title>
		<link>http://www.soundstep.com/blog/2009/01/07/somatext-standalone/</link>
		<comments>http://www.soundstep.com/blog/2009/01/07/somatext-standalone/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 16:54:40 +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>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=217</guid>
		<description><![CDATA[I recently built  for my framework Soma a subclass of the TextField Flash built-in class to be able to easily use styles with a textfield: SomaText.
I've extracted SomaText from the framework to be able to use it without Soma. It has powerful features such as default values, default stylesheet and styles. SomaText is able [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2009/01/07/somatext-standalone/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 and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/12/19/somatween-proxy-for-tweener-tweenmax-and-gtween/feed/</wfw:commentRss>
		<slash:comments>0</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 styles.
A global [...]]]></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 With Soma [...]]]></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 windows, [...]]]></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>Flex SDK bug with SWC</title>
		<link>http://www.soundstep.com/blog/2008/11/19/flex-sdk-bug-with-swc/</link>
		<comments>http://www.soundstep.com/blog/2008/11/19/flex-sdk-bug-with-swc/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 15:42:40 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=133</guid>
		<description><![CDATA[It seems the problem explained in this post and this post has been solved in the Flex SDK 3.2 release.
A good thing then  
]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/19/flex-sdk-bug-with-swc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash CS4 bug with XML E4X filters</title>
		<link>http://www.soundstep.com/blog/2008/11/12/flash-cs4-bug-with-xml-e4x-filters/</link>
		<comments>http://www.soundstep.com/blog/2008/11/12/flash-cs4-bug-with-xml-e4x-filters/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:00:54 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=129</guid>
		<description><![CDATA[I had some XML E4X filters and I couldn't understand why they were working everywhere (included Gumbo) but in the Flash CS4 IDE.
I've finally isolated the problem…
I’ve got a simple XML like this:
Plain Text
XML:




&#60;?xml version="1.0" encoding="utf-8"?&#62;


&#60;items&#62;


&#160; &#60;item id="item1" type="item1_type" /&#62;


&#160; &#60;item id="item2" type="item2_type"&#62;


&#160; &#160; &#60;item id="item3" type="item3_type" /&#62;


&#160; &#60;/item&#62;


&#60;/items&#62; 






Basically my filter is parsing all [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/12/flash-cs4-bug-with-xml-e4x-filters/feed/</wfw:commentRss>
		<slash:comments>1</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 (the [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/11/01/extend-a-singleton/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Soundstep Forums</title>
		<link>http://www.soundstep.com/blog/2008/10/15/soundstep-forums/</link>
		<comments>http://www.soundstep.com/blog/2008/10/15/soundstep-forums/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 16:48:44 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=112</guid>
		<description><![CDATA[Often I had to talk with you through the comments, which isn't really great to solve bugs or find solutions, especially for BaseUI.
We now have a forum for that  
]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/10/15/soundstep-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FPS class update</title>
		<link>http://www.soundstep.com/blog/2008/10/13/fps-class-update/</link>
		<comments>http://www.soundstep.com/blog/2008/10/13/fps-class-update/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:02:15 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=81</guid>
		<description><![CDATA[I've added a little feature to the FPS class, you still can hide the bar by clicking on it and you can show the bar again by typing "fps". I've also slightly changed the way I show the values.
You can find the source if you click here.
]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/10/13/fps-class-update/feed/</wfw:commentRss>
		<slash:comments>1</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 the GenericTag [...]]]></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>Tween Scroll movement</title>
		<link>http://www.soundstep.com/blog/2008/09/09/tween-scroll-movement/</link>
		<comments>http://www.soundstep.com/blog/2008/09/09/tween-scroll-movement/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 21:00:24 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=59</guid>
		<description><![CDATA[The ScrollPane component is a nice tool to use if you need to scroll a content or a list with more than text.
If you like to have everything a bit "tweened" in the sites you developed, you will feel the scroll movement of the scrollpane a bit straightforward.
There is an easy way to get this [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/09/09/tween-scroll-movement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BaseUI v3 layout manager</title>
		<link>http://www.soundstep.com/blog/2008/08/12/baseui-v3-layout-manager/</link>
		<comments>http://www.soundstep.com/blog/2008/08/12/baseui-v3-layout-manager/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 11:35:01 +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[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=45</guid>
		<description><![CDATA[Hi everyone,
Before going on holiday, here is a BaseUI major release  
Demo, source and code are at the end of the post or in the BaseUI main Page.
It means code written for the previous might not work for this version (even is there isn’t any major change in the structure, some internal code has [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/08/12/baseui-v3-layout-manager/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>BaseUI keep on screen</title>
		<link>http://www.soundstep.com/blog/2008/07/25/baseui-keep-on-screen/</link>
		<comments>http://www.soundstep.com/blog/2008/07/25/baseui-keep-on-screen/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 19:30:38 +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[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=42</guid>
		<description><![CDATA[Hi Everyone,
I haven't been posting for a while, it is not that I'm lazy   We've been working on something exiting that will be release in a while, be patient.
I've solved some bugs in BaseUI, one about the width of a DisplayObject which wasn't updated well when the content changed.
I've also added a keepOnScreen [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/07/25/baseui-keep-on-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BaseUI global references</title>
		<link>http://www.soundstep.com/blog/2008/07/11/baseui-global-references/</link>
		<comments>http://www.soundstep.com/blog/2008/07/11/baseui-global-references/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 11:46:14 +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[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=41</guid>
		<description><![CDATA[Hi everyone,
I've added global references and a property "reference" in BaseUI (and ElementUI).
As I'm explaining in the tutorial, an ElementUI need a reference to set the position and the size of a DisplayObject. By default, the stage is the reference, set with the property of the ElementUI class "onStage". If the property onStage is set [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/07/11/baseui-global-references/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BaseUI v2 tutorial</title>
		<link>http://www.soundstep.com/blog/2008/06/29/baseui-v2-tutorial/</link>
		<comments>http://www.soundstep.com/blog/2008/06/29/baseui-v2-tutorial/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:03:00 +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[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=40</guid>
		<description><![CDATA[BaseUI will help you to manage your assets (a logo, footer, a menu, etc) in the browser, in a liquid layout or a fixed area.
BaseUI is managing a list of DisplayObject like Sprite, MovieClip, TextField, Bitmap, etc. You will be able to use properties like top, bottom, left, right, horizontalCenter, verticalCenter, width and height even [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/29/baseui-v2-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>BaseUI bypass resize</title>
		<link>http://www.soundstep.com/blog/2008/06/27/baseui-bypass-resize/</link>
		<comments>http://www.soundstep.com/blog/2008/06/27/baseui-bypass-resize/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 00:41:37 +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[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=38</guid>
		<description><![CDATA[Sorry, I didn't have time to write a tutorial on BaseUI v2. I've added a property to bypass the resize of the DisplayObject (width and height).
It might be useful for a sprite animated that has a size that is changing all time. It will set the useInitialSize to true and you can't use it with [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/27/baseui-bypass-resize/feed/</wfw:commentRss>
		<slash:comments>1</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 project but you [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/23/flash-liquid-layout-with-baseui-version-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Horizontal and vertical alignment</title>
		<link>http://www.soundstep.com/blog/2008/06/15/horizontal-and-vertical-alignment/</link>
		<comments>http://www.soundstep.com/blog/2008/06/15/horizontal-and-vertical-alignment/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 00:22: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[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=36</guid>
		<description><![CDATA[You can find in the BaseUI page the new version 1.1.0
I've solved a couple of bugs and I've added a new feature.
When you have a ElementUI type element and the property alignX or alignY set to center, you can now set a value to two new properties: horizontalAlign and verticalAlign.
It is working like Flex, for [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/15/horizontal-and-vertical-alignment/feed/</wfw:commentRss>
		<slash:comments>0</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 classes [...]]]></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 all these [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/06/01/chromeless-air-application/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Data access with array extending and proxy extending</title>
		<link>http://www.soundstep.com/blog/2008/05/27/data-access-with-array-extending-and-proxy-extending/</link>
		<comments>http://www.soundstep.com/blog/2008/05/27/data-access-with-array-extending-and-proxy-extending/#comments</comments>
		<pubDate>Tue, 27 May 2008 18:42:58 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=32</guid>
		<description><![CDATA[I made some experiments on how to easily access to data in a Flash site. It is probably a mix with good and bad ways but I think it is worth having a look.
What I’ve done here is get data with syntax that is similar to what you get using E4X in AS3. For example [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/27/data-access-with-array-extending-and-proxy-extending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mouseChildren and buttonMode in AS2</title>
		<link>http://www.soundstep.com/blog/2008/05/26/mousechildren-and-buttonmode-in-as2/</link>
		<comments>http://www.soundstep.com/blog/2008/05/26/mousechildren-and-buttonmode-in-as2/#comments</comments>
		<pubDate>Mon, 26 May 2008 11:46:34 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[talking]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=31</guid>
		<description><![CDATA[A quick post for an AS2 class I wrote. I won't do that a lot as I'm not really using AS2 anymore.
Have you ever had a Button in another Button in as2? Or let's say, you wanted a onRollOver on a MovieClip and a onRelease on another MovieClip in this MovieClip?
Well, it happened to me [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/26/mousechildren-and-buttonmode-in-as2/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 1.0.7 - The [...]]]></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 later, [...]]]></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>
		<item>
		<title>3D line drawing with Papervision</title>
		<link>http://www.soundstep.com/blog/2008/05/13/3d-line-drawing-with-papervision/</link>
		<comments>http://www.soundstep.com/blog/2008/05/13/3d-line-drawing-with-papervision/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:25:15 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[papervision3D]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=23</guid>
		<description><![CDATA[Back to the line drawing I started in this post.
I wanted to get a snake-like line and I had a try with Papervision3D. It made me able to handle the vertices and then delete the end of the lines.
Draw 1 (demo)
I started from an excellent work from Xero (the.fontvir.us) on the Papervision3D mailing list but [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/13/3d-line-drawing-with-papervision/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Background fitting the browser (html/css/javascript)</title>
		<link>http://www.soundstep.com/blog/2008/05/13/background-fitting-the-browser-htmlcssjavascript/</link>
		<comments>http://www.soundstep.com/blog/2008/05/13/background-fitting-the-browser-htmlcssjavascript/#comments</comments>
		<pubDate>Tue, 13 May 2008 10:01:02 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=21</guid>
		<description><![CDATA[This has nothing to do with flash but I share this quick try as I saw a lot of people looking for a background that fit the browser in html.
I used the ratio out I explained in this previous post,  obvously you don't have the flash smoothing.
It is not perfect, I had to remove [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/13/background-fitting-the-browser-htmlcssjavascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Background fitting the browser and image ratio</title>
		<link>http://www.soundstep.com/blog/2008/05/08/background-fitting-the-browser-and-image-ratio/</link>
		<comments>http://www.soundstep.com/blog/2008/05/08/background-fitting-the-browser-and-image-ratio/#comments</comments>
		<pubDate>Thu, 08 May 2008 20:02:08 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
				<category><![CDATA[experiments]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[liquid layout]]></category>
		<category><![CDATA[liquid UI]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=20</guid>
		<description><![CDATA[Here is an example to show a element like a background, a image in a portfolio or whatever and make it fitting the browser.
In the demo you can choose three modes.
Mode Fit
The picture is fitting the browser regardless the original ratio. The formula is simple:

imagePositionX = 0
imagePositionY = 0
imageWidth = stageWidth
imageHeight = stageHeight

Mode Out (I [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/08/background-fitting-the-browser-and-image-ratio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
