F8 - Can't access external loaded clip

No matter what I try to access this swf…_root, _parent, _level0, etc…I can’t get to it. I did a targetPath and it returned “level0”…so I’m not sure what I’m missing.

Any ideas?


var player1holder:MovieClip = _root.createEmptyMovieClip("player1holder", 0);
var player1loader:MovieClipLoader = new MovieClipLoader();
player1loader.loadClip("CartPlayer1c.swf", player1holder);

trace (_level0.player1holder.status); 

The clip loads but I can’t access it…also, there is a var “status” in the loaded swf.

Any help is greatly appreciated
Kumba