|
FeedMe
AS3 FeedMe API for subscription/request data framework in flash and flex
IntroductionFeedMe is the result of several years of working with both less functional and more functional data handling frameworks for flash including the proprietary methods offered by AS3's native framework. FeedMe improves on that by simplifying the API for creating asynchronous data management structures in simple flash applications such as mini-sites or games. While FeedMe is intended for small scale development it's principles hold up quite well in a more complicated situation especially when used as the base class for the Model in an MVC or proxied by the Model in composition. DetailsThe FeedMe API is quite simple and consists of one class. FeedMe can be implemented in several ways, including being sub-classed, creating a stand alone instance, and as a singleton which is quite useful on mini-sites and in game development. Documentation will be uploaded as soon as it is complete |
Sign in to add a comment