Advanced

Adding the ANT support in Flex Builder 3

If you are working on Flex Builder 3 and you want to have the Apache ANT support in your flex builder 3, then do the following:

From the Help menu, point to Software Updates and click on Find and Install… This will open up a new dialog
In this dialog, keep [...]


Working with the BrowserManager

The BrowserManager class in AS 3.0 is quite useful.By using the singleton instance of this class following can be done very easily:

Setting the Title of the HTML page which contains the Flex-generated SWF
Controlling the flex application through the browser’s Next or Back buttons
Receive and handle the notification events when the URL changes in the browser
Load [...]