Unable to resolve resource bundle “CairngormMessages” for locale “en_US”

I get this error every time I start a new flex project with cairngorm. Because I don’t want to google this anymore, I write the solution down. Just add the following compiler argument and it should work.

-source-path+=locale/{locale}

Article about “Das Astronomische Jahr” in PAGE

Set "Stop exporting" to "Ater time elapsed"

PAGE, one of the most popular design magazines in Germany, published an article about my project Das Astronomische Jahr. In their new magazine “weave” they published the article “Generation Interactive”, in which Jens Franke gives an overview of current trends in interaction design. He presents some interesting student projects, among others my 6th semester project “Das Astronomische Jahr”:
Full article

Microsoft’s Productivity Future Vision

Full article

Export ActionScript-based animations as Quicktime Movie

Set "Stop exporting" to "Ater time elapsed"

Full article

Gapminder.org: Hans Rosling explains the world

Full article

Mouse Interaction in Papervision 2.0

Events in Papervision are InteractiveScene3DEvents. You can add event listeners for InteractiveScene3DEvents to any DisplayObject3D or to the InteractiveSceneManager of Viewport3D.

The interactive-property of a DisplayObject3D´s material must be true to make the object interactive. The interactive property of your viewport must also be true. If you want to add an event listener to your viewport, you have to add it to the viewport´s InteractiveSceneManager.

Full article