Hi there,
We have sorted it out via email.
Just in case, here is a guide how to use MagicZoomPlus.update method to implement pre-loading:
1. Define a main image as you did before:
<a href="main-image-large.jpg" id="zoom-1" class="MagicZoomPlus"><img src="main-image-small.jpg" /></a>
2. Set up additional images as usual, but instead of linking them to the main image with zoom-id option call the MagicZoomPlus.update method from the onclick:
<a href="add-image1-large.jpg" rev="add-image1-small.jpg" onclick="MagicZoomPlus.update('zoom-1',this.href,this.rev);"><img src="add-image1-thumb.jpg" /></a>
<a href="add-image2-large.jpg" rev="add-image2-small.jpg" onclick="MagicZoomPlus.update('zoom-1',this.href,this.rev);"><img src="add-image2-thumb.jpg" /></a>
That's it!
All the best,
Alex