Load photo gallery pix from cd

Hi,

I’m making a projector and have it burned into the cd. I applied the photo gallery taught in the tutorials and in this case i also have to burn the images into the same cd.

How will i point my script now that the location of my images are stored in the cd?

---- this is the script from the photo gallery tutorials
// put the path to your pics here, include the slashes (ie. “pics/”)
// leave it blank if they’re in the same directory
this.pathToPics = “animation/”;

thanks.

kenth