I have a problem.
I have in my fla document(Nico.fla) a holder Movieclip (empty). And during the movie I load in that movieclip a new swf-file. (Main.swf)
In the Main.swf file I have a link. I want that the link loads another swf-file in the same holder as in the Nico.fla document
So this is the structure…
Nico.swf
|
holder(Movieclip)
- Nico.swf loads in holder Main.swf
Now I want to load FROM the Main.swf a new swf file in the holder of the Nico.swf.
Can anyone help me???