if swf3 loads into level_1
then in your setup the swf3 will overwrite the swf2, eventhough that swf2 has loaded the swf3 that is because they both load to _level1 and their is only one level1 in your flash projector
so only the content of root and swf3 will remain

hence their can be multiple _root's in your projector.
you can have a private root for every loaded swf, if you add this._lockroot=true in each of the loaded swf's ;)

I advice you to forget about levels and just use empty movieclips to load clips in

Regards,
latcho

nik crosina wrote:
If I load a swf into level 1 of my root time line, and then load
something onto level 2 of the swf i just loaded, which level is it on
in relation to the root? do the numbers add up, or do we start
counting from each level again?

so this is the set up again:

root loads
    swf 2 into level 1, which then loads
         swf 3 onto (it's?) level 1

swf 3 can also be loaded from the root level, in whihc cas ei load
into level 2, and there is also a button to unload it from level 2.
now i want it to unload also when it was loaded from swf 2, which it
currently doesn't do.

any ideas if that hasn't been too confusing ?

thanks a lot!




_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to