Actions

Loading in the Level

When you have published your movie it is compiled in SWF file. If your Flash website or application is large and not necessary user may need all it during single visit it may be wise to keep the content in separate files.

Still it’s possible to manipulate SWF files from one “parent” movie and load them in your page or application. You are accustomed to the concept of layers – where content is placed in “stack” and upper levers cover lower without mixing. The same work for separate Flash files but is called “Levels”.

Be careful with this script. If you load another file at the 0 level it will clear all the content and fully substitute it with new movie. Be aware that new files are loaded in the left top corner of the “parent” movie and if you want to load it with margins – it is simple to reposition content on the stage of the loaded file.


Next