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...
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...
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...
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...
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...
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...
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...
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...
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)...
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...