PDA

View Full Version : Optimize loadPano usage...


djsegler
04-24-2008, 09:52 PM
Is it possible to load both panos during the initial load so that when I switch panos, the transition happens instantly without having to wait for it to load?

Or is this only possible by using the embedPano function within another Flash movie?

cheathamlane
04-25-2008, 01:06 AM
You should be able to use standard HTML/Javascript techniques to preload any and all images into the browsr cache (up to whatever limits might be set for the browser by the user).

If those are cumbersome or don't work for you, Zephyr's "image cache" plugin can do the trick nicely.