External swf within another external swf?

hey everybody,
i am trying to load an external swf(1) using _root.xxx.loadMovie(“xxx.swf”); into an empty movie clip that is within another external swf(2) that has already been loaded into yet another swf(3) using the same technique… my a.s. doesn’t have any syntax errors, it seems to be a logic error because the swf(1) loads when i test (2) by itself, but when (2) is loaded externally into (3), (1) does not play. …phew! that is pretty confusing…! :trout:

thanks a lot!