proj-imim:
Re: Picture Between Loads
Ed Howard 2000-May-22 02:41:11
> How do you set a "wait" picture between loading pano's? The "wait" graphic
is
> working fine on the initial load but can't seem to find the info needed to
get
> the in-between wait picture to display.
>
Youhave to specify it (if different) or respecify it (if same) within the
NewPano function
function NewPano( pano )
{
document.ptviewer.newPano( pano );
document.ptviewer.Setwait("images/wait.gif");
document.ptviewer.start();
Ed Howard