loadMovie

i am loading pictures from an outside source
this works:

this.targetClip0.loadMovie("final/pic002.jpg");

but i wanted to load from an xml file so i need to use an array, so i put this code:
in the debugger i can see that the data was loaded but also if i try to trace (image*);
it is undefined it seems like i can reach the image array only in the function that loaded the data

 
this.targetClip0.loadMovie(image*);

but i get Error opening URL why?
:stuck_out_tongue_winking_eye: