Photo Gallary Help?

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
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:

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