Photo Gallery NaN Error

Hello all,

I used the Photo Gallery Tutorial and it worked great on my local drive when referencing a “folder” with the images.

However, once I reference a URL where the images are located I get the first image loaded, then a NaN error.

Likewise I’ve already been down the path of ensuring the images are non-progressive jpgs.

Check out below, I’ve already made the check for spaces…there are none.

Has anyone else experienced this?

======================================

this.pathToPics = “http://www.teamnebraska.com/photoalbum/”;
// fill this array with your pics
this.pArray = [“mo_full.jpg”, “christy_full.jpg”];

When referencing “animation/” folder on my hard drive works fine.