Posts

Showing posts with the label SWC

ActionScript Notification Engine! Open-Sourced!

Some features of ActionScript Notification Engine Ability to display messenger-toast notifications as well as compact notifications. Variable display length for notifications. User-presence logic that detects when the user goes idle. If the user is away from the computer, notifications are held on-screen and queued for when the user returns. Ability to replay the most five recent notifications. Individual notification post settings, such as sticky, replayable, custom image, click URL, compact, etc. Operating system detection to set logical default display locations for notifications for the various platforms (i.e. bottom-right on Windows, top-right on Mac). Smart repositioning logic for extended length toasts. Ability to see a summary notification when the user returns from idle after an extended period of time. Support for changing notificaion images. Custom styling which can be applied at run-time. Optional notification sound. Reference : http://blogs.adobe.com/charles/

68 Small but Useful Open Source ActionScript Libraries(misc) help Flex/Flash...

We prepared a list of Misc Class in pervious article 8 Useful Misc ActionScript Class. There are more and more open source projects floating around all over the place, it's real beauty for all Flex/Flash developers. Here is a new list open source ActionScript 3 MISC libraries all of them are small but very useful. Please don't stint your time to try, these libraries can help you to improve your develop efficiency faster. 1. appcorelib Open Source Flex Application Core Library, AppCoreLib is a collection of useful classes that facilitate easy RIA development with regards to XML based data being pulled in. The general approach is that an application needs to load various content/setting files prior to loading the UI. Through a series of simple checks, an application can then load the UI once those dependencies have been loaded or alert the user if they have not. AppCoreLib provides simple XMLDataBroker classes with convenience methods that allows easy traversal of the XML dat