splinkresource


An actionscript 3 resource loading framework

splinkresource - an actionscript 3 resource loading framework.

splinkresource aims to ease the workflow with resources in actionscript3 multilanguage applications. It supervises the resource loading process by loading and registring display assets, fonts and class libraries. During resource loadtime it offers detailed information on the load progress of the currently loading resource but also on the overall resource load progress. Moreover it provides conventient access to the processed resources within your application.

In particular splinkresource simplifies the development of actionscript 3 multilanguage applications by offering the concept of localized resourcebundles. Each resourcebundle contains information on and references to the resources which available within the context of a locale. So the framework loads and provides only the resources needed for the specified locale. If your need to switch to another locale during runtime, you just pass the new locale to the framework and let it process the corresponding resourcebundle. Upon completion you have access to resources within the new locale's context.

splinkresource builds upon splinklibrary.

Checkout the splinkresource configuration and actionscript API

Project Information

Labels:
actionscript as3 framework resource asset actionscript3