There are a few ways developers can use resource bundles in a flex application. When using a resource bundle, in particular a simple string, inside of an mxml file you can gain access to the resource using the resourceManager or … Continued
Best Practices
Compile Flex applications using ANT
A quick setup and example of how to compile a Flex application using ANT. This example will show the basics of how to run the ANT script to compile your flex application, I will walk through more complex examples in … Continued
Talk to your view through your command
Admittedly, this is something I have grappled with for quite some time now, and apparently I’m not the only one. This is by no means a hot topic but for my own purposes, and as I venture deeper into the … Continued