the quick outline of how to program that (in pseudo code) var pictures = ["url1","url2",...];var frame;var clickStart;var currentPic;var offset;window.onload = function(){ var preloader = new Preloader(); preloader.load(pictures) preloader.addEventListener("complete", onComplete); frame = document.getElementByID("frame");…
Travis - this is a series of images rendered out of Marmoset. If you right click and inspect the turnaround you'll see it's switching through the images like scrubbing a timeline. I have something similar on my portfolio. If you're crafty you can 'borrow' it and implement it into your website. I can't help you there…