Loading image into empty MC within a button?

This might be more relevant to the Flash 8 thread as I’m still using AS2…

Basically I have a large organogram and I’m trying to load an image into an empty movieclip within a button. Is this possible, as i’ve followed a simple tutorial and it is going crazy.

Link to the swf is http://www.clementgraphics.com/test/BB-organogram-v5.swf

At the moment it is loading the photo into a seperate window rather than within the movieclip, but also it is loading it on the rollover of any button rather than the one with the named instance.

Would really apreciate if anyone could take a look at this as it has me stumped.

The code I have on the main timeline is literally:

loadMovieNum(“ceo.jpg”, emma.empty);

‘emma’ is the instance of the button

‘empty’ is the instance of the empty MC

and ceo.jpg is obviously the image I am trying to load within ‘empty’

Thank you to anyone that can help in advance.