attachMovie issue

Can someone take a quick look at the attachment… for some reason, this code does not start the attached movieclip:

 
_root.empty.attachMovie("asd", "loom", this.getNextHighestDepth());
_root.empty.gotoAndPlay("2");