# loadMovie

**URL:** https://forum.kirupa.com/t/loadmovie/244679
**Category:** Uncategorized
**Created:** [November 20, 2007, 8:47pm UTC](https://forum.kirupa.com/t/loadmovie/244679 "2007-11-20T20:47:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sivant](https://avatars.discourse-cdn.com/v4/letter/s/cc9497/32.png) [@sivant](https://forum.kirupa.com/u/sivant)
#### Post date: [November 20, 2007, 8:47pm UTC](https://forum.kirupa.com/t/loadmovie/244679/1 "2007-11-20T20:47:42Z")

</div>

i am loading pictures from an outside source  
this works:

```auto
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

```auto
 
this.targetClip0.loadMovie(image*);

```

but i get **Error opening URL** why?  
😜
