I suspected it was that too, but I placed the image in almost every directory I have and it still isnt able to find it.
My AS is as follows (for the button part)
This is a line from the XMLCode:this.thumbHolder.onRelease = function() {
getURL("javascript:LightboxDelegate(\'images/" + images[this.id] + "\',\'" + captions[this.id] + "\')", "");
It's weird because I know it's so close and it's most likely something super small that's messing up I just cannot put my finger on what it is.Code:<image src="weddings/image01.jpg" thmb="thumbnails/weddings/image01.jpg"/>
*Edit
Also the directory structure for the images is
images/weddings/image01.jpg

