Path to MC?

Hi,

I’m trying to load a picture into a mc, binnenfoto_mc, that is in another mc,foto_mc, that are in the swf called, collectie2. This collectie2 i will load into my main movie, ed.swf.

Now my problem is that the text files will load but the picture i can not get to load to its mc.

What am i doing wrong here?

on (press) {

myData = new LoadVars()
myData.load("collectie/collectie2006_2.txt")

myData.onLoad = function(succes){
 if(succes){
  titel_txt.htmlText = "<b>"+this.Title+"</b>"
  tekst_txt.text = this.Comments
  foto_mc.binnenfoto_mc.loadMovie(this.Image)
 } else trace("Error loading data") 
}
}

Thanxs,
[SIZE=2]Demeter
[/SIZE]