Want to growl in your Flex apps? Try this junk. FlexGrowl is a component that allows you to create growl-like notifications in your Flex apps. If you don’t know, Growl is an integrated notification system for OSX that listens for notifications from registered applications. It looks like this:
Image may be NSFW.
Clik here to view.
FlexGrowl implements this type of interface for Flex; it looks like this (click here for working demo):
Image may be NSFW.
Clik here to view.
However, you can customize the growl notifications to look however you’d like. The notifications shown above are created with Degrafa (which, by the way, is awesome). Click here to download the source. Let me know what you think!