Can't call function inside a movieclip?

This is hard to explain, but basically here goes:

I have a “frame” movieclip that loads images. I call frame.loadImage(the URL) and everything works. So far so good.

When I put “frame” inside of another clip, named “frameHolder”, then call frameHolder.frame.loadImage, nothing happens.