
Runtime shared libraries enable ActionScript programmers to separate the design and development aspects of their project. The designer can work on the graphics in the shared library, while the programmer codes the functionality elsewhere. This can be useful for small projects, but it is essential for larger projects that can become unwieldy if your assets are not properly organized. This tutorial will walk you through setting up a runtime shared library and loading it into a simple project. Read more »

