I’ve made a photo gallery from the MX tutoial, modifying it a bit for my needs. When I was using local images they would load fine and every one of them would display. I altered the XML to load images using URLS and now only every other displays (I’ve checked the urls are correct) - though because of the sequence I can see every image.
There are 7 images and my prev/next buttons loop, so the sequence I get is…
1,3,5,7,2,4,6
Any ideas?