Rollover in swf loaded into another swf

the rollover for my buttons in the swf that they’re in work until the swf is loaded into another swf:huh:
heres the code im using for the buttons

on (rollOver) {
 	_root.rollover.gotoAndPlay("pic1");
 }

do i need to change the _root. part of the code to something else?
i tried adding the container name that the swf is being loaded into but still no good. ex:_root.contents.rollover.gotoAndPlay(“pic1”);