Loading an image in the wrong part of the movie clip...pls help

Hello everyone!
I am having trouble loading an image where i really want.
Here is the code that i am using:


var swfLoader:Loader = new Loader();
cell.addChild(swfLoader);
var bgURL:URLRequest = new URLRequest("img0.jpg");
swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete);
swfLoader.load(bgURL);
function loadProdComplete(e:Event):void {	trace("file loaded");	}

The CELL movie clip it has 3 more movieclips inside, i want to load the image in a particular one inside the CELL movie clip… the previous code works, but seams that it is loading in the cell movie clip…
The other 3 movieclips are A, B, C… i want to load the image in cell.c

Any help will be appreciated!
:sombrero:
Cheers!