image360
11-29-2009, 07:29 PM
Trying to load a set of 4 pano's one after another when a viewer clicks on a hotspot.
After looking at the tutorial info and searching the forum I thought I would try what seems like a very simple example (taken from the FPP documentation) but it's not working. Here's the simple example from the tutorial documentation:
loadPano(panoName=panoramas/nature&panoSuffixes=1.png|2.png|3.png|4.png|5.png|6.png, 3000, stripes) (will load panoramas/nature1.png, panoramas/nature2.png and so on using strips transition effect 3 seconds long)
What I want: 4 pano's loaded in sequence with about a 2 second pause between each.
What I'm getting from the line below, first pano loads, nothing more. What am I missing?
loadPano(panoName=files/visualFiles/_MG_9449 Panorama&panoType=cube|files/visualFiles/_MG_9452 Panorama&panoType=cube|files/visualFiles/_MG_9455 Panorama&panoType=cube|files/visualFiles/_MG_9446 Panorama&panoType=cube,2000,fade);
Both of these examples are part of an OnClick from a hotspot.
Regards
Robert
After looking at the tutorial info and searching the forum I thought I would try what seems like a very simple example (taken from the FPP documentation) but it's not working. Here's the simple example from the tutorial documentation:
loadPano(panoName=panoramas/nature&panoSuffixes=1.png|2.png|3.png|4.png|5.png|6.png, 3000, stripes) (will load panoramas/nature1.png, panoramas/nature2.png and so on using strips transition effect 3 seconds long)
What I want: 4 pano's loaded in sequence with about a 2 second pause between each.
What I'm getting from the line below, first pano loads, nothing more. What am I missing?
loadPano(panoName=files/visualFiles/_MG_9449 Panorama&panoType=cube|files/visualFiles/_MG_9452 Panorama&panoType=cube|files/visualFiles/_MG_9455 Panorama&panoType=cube|files/visualFiles/_MG_9446 Panorama&panoType=cube,2000,fade);
Both of these examples are part of an OnClick from a hotspot.
Regards
Robert