Chapter 16. Loading External Assets

The ActionScript API allows you to load assets such as GIF, JPEG, PNG, and SWF files into an application. By loading external assets, as well as loading in support images for content on-demand, the appearance of an application can be changed and updated dynamically.

The ability to load external SWF files allows you to create an application consisting of a series of interactive modules rather than one giant application. Since each SWF module is compiled from a separate FLA document, this enables multiple developers to work on separate aspects of a single project at the same time. Modularizing the source into separate SWFs enables the application as a whole to load faster, since only the main assets of a file are ...

Get ActionScript 3.0: Visual QuickStart Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.