Ruben’s blog

Ruben Swieringa on Actionscript and a whole lot of other stuff..

No runtime CSS what?

You cannot load an uncompiled CSS file into your Flex application at run time. You must compile it into a SWF file before loading it. Loading style sheets at runtime (Macromedia Flex LiveDocs) You can’t load pure CSS files with actionscript3.0 during runtime unless the stylesheet is compiled into an SWF, what’s up with that? [...]

Notes on E4X in Actionscript3.0

Last tuesday I was working on the actionscript3.0 version of my calendar class. At a certain point I found myself in a situation where I needed to get data from a XML file and query it for events per date. This brought up a good excuse to get a bit more familiar with the new [...]

First post

So here we are. From now on this will be home to some of my ramblings regarding (mainly) web-development. I’m Ruben, this is my blog.