_root

This code is being used in an swf:

my_btn.onRelease = function()
{
_root.picture.load("picture.jpg");

I have it working well, but when I load this swf into my main swf, the code no longer works. Why is that?