Resources /
Flash / Mutiple SWFs In One Movie
Mutiple SWFs In One Movie
In order to break down a Flash application into manageable chunks, it is a good idea to code them with:
- Loose coupling.
- And make them reuseable.
This tutorial does this with the following simple example.
Flash movie 2 is a separate component. Clicking on a rectangle in this movie loads a shape into Flash movie 1. Clicking in another area loads another shape into Flash movie 1.