Hello everyone! Am building a flash website for my Warcraft3 clan, in which there is a main page that will load external .swf file. Now the thing is, in one of the .swf file, I simulate rain, and I use the function: " duplicateMovieClip ("_root.drop", c, c); "
to duplicate the rain drop animation. The thing is it works great if I view News.swf which is the .swf file with rain simulation. However if view the main .swf and when I click a button to load News.swf, my rain simulation disappear. Now I heard someone mention about the fact that when I load a .swf file into an empty movieclip, that .swf will be consider as a movieclip and the _root isnt the same anymore.

So knowing about the problem, can anyone tell me a way to fix this ? To make my rain simulation works when I use my main .swf . Thank in advance.

http://www.sospublicidad.com/sgl/News.swf

http://www.sospublicidad.com/sgl/Header.swf which is the main .swf