well the problem is that the _root of the home.swf is not the main timeline of the home.swf anymore It is now the main timeline of the main swf! Try adding _root. in front of all the container-mcs! Or if you don’t like it being in the ultimate _root. then replace _root. with _parent. (and also add it in front of every container);
_root. just refers to the main timeline!
Every movieclip has a timeline!
When you put a movieclip ‘mc’ onto the main timeline then you should call it _root.mc
if yu put a movieclip ‘mc2’ inside ‘mc’ then that should be _root.mc.mc2
if you load a movie into a movieclip then that movie simply becomes the contents of the movieclip! Like if you had put the stuff inside there yourself!