Category Archives: flex

Flex – Generate a ModuleLoader at Runtime

I spent most of a day running up against a problem in Adobe’s Flex 2.0. Flex 2.0.1 introduced the concept of modules. With this, you can stick a <mx:ModuleLoader> component in your .mxml file, then load it with the url to your module .swf file when you need it. Now, I wanted to allow the [...]

Also posted in blogathon 2007, software | 1 Comment