Managers in ActionScript

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 [...]