when you load movies into movies…what happens to movies that were already there? example. A is the main movie, B gets loaded into A, then C gets loaded into A…what happens to B? Are there any memory issues with this? Could i just keep loading B & C back and forth without worry?
I know if you load a movie onto the same level as another, the one already there gets replaced. What then is the purpose of the unloadmovie syntax? If I am using multiple swf’s for my site, does it matter if I unload any of them? or can i just keep loading them as needed over one another?