Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: [flasher] MovieClip load and unload |
From: | Dorian Nisinson |
Date: | Wed, 14 Feb 2001 00:29:20 -0000 |
I am not having much luck getting this through to the list but I will try
again.
First: You are correct that the problem with your loaded movies is the
Level you are using for the Load. The main movie that does the loading of
other content movies is always _Level0. It helps if you think of the _Level0
movie as the traffic director for your site. If you replace it with another
movie loaded into _Level0 that breaks the control.
Second: When using load Movie you are acting upon swf files, not movie
clips. Movie clips are contained within a movie and simply have their own
timeline. They are not separate movies. Movie clips are controlled by code
but Load movie is not the way to do that.
If I understand your concept correctly, you want to use separate swf files
not movie clips, because as you say, you want to be able to edit the content
of each case Study individually.
One definite piece of advice: try to avoid using scenes as this will only
complicate your implementation. Movie clips and movies are controllable with
actionScript, Scenes are just a convenience for organizing your movie during
creation and do not really exist once the movie is published as a swf. this
makes them harder to work with in the end.
Hope this helps.
Dorian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dorian Nisinson Design
http://www.nisinson.com
doriannisinson [dot] com (mailto:doriannisinson [dot] com)
Flash Motion Graphics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]