This is the public source repository for libraries I've developed. There is no rhyme, reason, or overall pattern to them, but their purpose is each described at Practical Flash.
The .swc and documentation are available on the downloads page. Source can be accessed via SVN. A current list of libraries is as follows:
- com.practicalflash.javascript.JavascriptController: A Proxy class that allows seamless interfacing with the javascript environment
- com.practicalflash.SCORM.connectors.SCORMJavascriptInterface: A SCORM 2004 Rev 3 Interface that allows seamless interfacing with an LMS.
- com.practicalflash.display.PracticalSprite: A simple sprite class that implements delayed instantiation and invalidation. Intended for the development of cross-IDE components that cannot rely on UIComponent or UIObject.
- com.practicalflash.metrics.Metrics: A unified web analytics proxy.
-- Michael