photography by Kristel van Beek
posted by: martijn, at 7 September 2006 6:14 GMT+1, 7 January 2008 22:54 GMT+1
One of the applications (there are four apps) required skinning, one swf, multiple skins. It required that the main swf (the engine) doesn't need to be recompiled when adding a skin so I created a technique for skinning which works pretty well.
For every skin element there is an instance of the class SkinLoader which loads an external swf containing the skin (9-sliced). It works better than I expected (nice idea for Adobe for Flash 9: Vector Caching, or does Flex 2 already offer that?).