@author Arnaud FOUCAL - http://afoucal.free.fr - afoucal@free.fr @licence This component is delivered under the CC Attribution 3.0 Unported licence (http://creativecommons.org/licenses/by/3.0/) and under the following condition: Mention the name and the url of the author in a part of your product that is visible to the user ("About"/"Credits" section, documentation...) This condition can be waived: - if you get permission from the copyright holder and purchase a non restrictive licence. - if you contribute to the projet by sharing your enhancements. Please contact me at afoucal@free.fr. USING THE CODE: The code is designed for the Flex SDK 3.5. HISTORY LOGS @version 1.0 1st release @version 1.1 - Added the property focusEnabled, set to false - Fixed : the parent is now taken into account. The Notification is not included in the parent container (as it is a popup) but the target x/y is calculated using the coordinates of the parent container. @version 1.2 - Added the ability to display stacked Notification (use the property stackable that is true by default) Notifications that are centered, left or right centered are not stackable @version 1.3 Great contribution by Herb Morris from Okinawa, Japan ! - Changed calculation to ensure a Notification is correctly displayed within the parent, not clipped - Fixed a bug that could hang the application when lots of Notifications are displayed - Added an easing function to the default effect. - Added a duration for the closing effect. @version 1.4 Fix of focus issue by Bruno Dix