<?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"
	>

<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>
	<pubDate>Wed, 19 Nov 2008 15:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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 property [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/07/25/baseui-keep-on-screen/feed/</wfw:commentRss>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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>
		</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 and [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/feed/</wfw:commentRss>
		</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>
		</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>
		</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>
		</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>
		</item>
		<item>
		<title>Line Bitmap drawing with Tweener Bezier</title>
		<link>http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-bezier/</link>
		<comments>http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-bezier/#comments</comments>
		<pubDate>Thu, 08 May 2008 09:06:59 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
		
		<category><![CDATA[experiments]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[experiment]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=18</guid>
		<description><![CDATA[After having a look at the tutorial from Lee Brimelow, I used it to make some experiments.
I tried to find a way to draw a moving line on a bezier curve, like a snake. I didn't really reached it. If you have some ideas how to get a "snake line", please comment.
I used Tweener to [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-bezier/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First post</title>
		<link>http://www.soundstep.com/blog/2008/04/22/first-post/</link>
		<comments>http://www.soundstep.com/blog/2008/04/22/first-post/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 21:25:32 +0000</pubDate>
		<dc:creator>Romuald</dc:creator>
		
		<category><![CDATA[talking]]></category>

		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=16</guid>
		<description><![CDATA[Hi everyone,
This is my first post on this blog. I won't post, every day, hundred of news about flash or actionscript. A lot of sites and blogs are already doing that very well. Instead, I'll try to bring something personal.
I'll try to release as many classes or experiments as I can depending of my current [...]]]></description>
		<wfw:commentRss>http://www.soundstep.com/blog/2008/04/22/first-post/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
