I's all about the SWF: Implementing Dynamic Link Libraries (DLLs) in Flash

Charles Krempeaux's question on the MTASC list on how to create and use dynamically linked libraries in Flash prompted me to create a utility class called DLLLoader (yes, that's three L's, so sue me!) that lets you easily work with ActionScript code libraries compiled as SWFs.

You can download the classes, a sample application and read more about it on the Using a SWF as a DLL page on OSFlash.

Comments