Creating a self-closing Alert control in Flex
April 9th, 2009
The following example shows how you can create a self-closing Flex Alert control by creating a timer and using the static PopUpManager.removePopUp() method to remove the Alert after a certain time period.
Full code after the jump.