HomeAbout

HTMLStyle

HTMLStyle is a component I developed for the sake of simplifying the process of formatting html-text in Flex. It allows you to create a stylesheet pretty similar to the way you would place a mx:Style tag for declaring style definitions for your components.

The component also has a source property which can be set to target an external css file..

Check it out here:
rubenswieringa.com/blog/htmlstyle

SuperViewStack

From the site:

For a Flex project I’m working on I decided I would need a ViewStack that also showed the children underneath the selectedChild.

[...]

SuperViewStack by default displays all of its children that are underneath its selectedChild.
You can easily adjust the factor with which underlying children fade, and with what tint. It is also possible to switch back to normal ViewStack mode.
SuperViewStack has almost all of the functionality that ViewStack has, and all the child-methods (for example addChild()) are still functional.

rubenswieringa.com/blog/superviewstack

CSSLoader

The CSSLoader is an Actionscript3.0 class that allows you to load CSS-files during runtime, which was previously not supported in AS3. Go check it out:

rubenswieringa.com/blog/cssloader