Category Archives: Flex

Making a Maven Out Of A Molehill

If, like me, you use maven to build your actionscript applications and if, like me, you want to play with the molehill 3D API for flash player 11 then up until now it has not been easy. Now however with … Continue reading

Posted in Development, Flex, Flex Mojos, Uncategorized | Leave a comment

Using Flex SDK 4.5.0.19786 With Maven

The latest release of Flex SDK 4.5 (Hero 4.5.0.19786) is now available on the flash nexus maven repository. This release was deployed following the instructions in “Installing Flex SDK’s to Maven Repositories”. This release is currently not available from the … Continue reading

Posted in Development, Flex, Flex Mojos | 6 Comments

Installing Flex SDKs Into Maven Repositories

Introduction Automated building of actionscript (flash and flex) applications is becoming more and more important as the Flash Platform starts to mature. It is crucial to have automated builds in order to maintain proper continuous integration and testing practices. If … Continue reading

Posted in Development, Flex | Leave a comment

Using The latest Flexunit with Maven

Maven is an excellent build management tool and it is slowly gaining acceptance in the flash and flex community. If you want to run unit tests from Maven using the very latest build of Flexunit 4 (4.1 beta 3 at … Continue reading

Posted in Development, Flash, Flex | Tagged , , | 11 Comments

Flex Leaks Memory By Design?

Currently at work we are involved in investigating modular flash and flex applications. We want to be able to load and unload swf files without really knowing what kind of application that they contain – this seems like a small … Continue reading

Posted in Development, Flex | 4 Comments