# Photo Gallary Help?

**URL:** https://forum.kirupa.com/t/photo-gallary-help/88537
**Category:** Uncategorized
**Created:** [April 30, 2005, 3:16am UTC](https://forum.kirupa.com/t/photo-gallary-help/88537 "2005-04-30T03:16:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![CurryCricketer](https://avatars.discourse-cdn.com/v4/letter/c/9dc877/32.png) [@CurryCricketer](https://forum.kirupa.com/u/CurryCricketer)
#### Post date: [April 30, 2005, 3:16am UTC](https://forum.kirupa.com/t/photo-gallary-help/88537/1 "2005-04-30T03:16:43Z")

</div>

Alright im using info from the following link as the basis for a photo gallery i’m creating. [http://www.kirupa.com/developer/mx/photogallery.htm](http://www.kirupa.com/developer/mx/photogallery.htm)  
Now my problem is that when i tried to create this in my own movie no pictures loaded.  
Here’s my source code for loading the pictures:

```auto
this.pathToPics = "images/gallery/";
// fill this array with your pics
this.pArray = ["0002.jpg", "0003.jpg"];

```

Any ideas of how to solve this problem?  
Thanks
