onClipEvent

Hi…

I am having some problems using the onClipEvent…
I have a movieclip wich is a photo appearing from the left and I want to load a movieclip when this moovieclip ends, so I am using, in this movieclip (the photo) the action:

onClipEvent (load) {
efeitofoto.gotoAndplay(2);
}

The efeitofoto is the other movieclip I want to run after the photo appears…
The problem is: The action it´s not working…

I wonder if someone could help me with that…

thanks
Jefferson