Helge
01-04-2008, 08:00 PM
Hi,
I am trying to implement the preview function on the onCklick event of the hotspot.
The hotspot is a hotspot of a multinode tour.
I am calling the new pano with the onClick asshown below:
<hotspots>
<global onload="alpha=0; alpha=1,500">
<spot
....
onClick="loadPano(panoName=mitte&pan=33.0)"
....
/>
Now I want to load a preview as shown in the FPP tutorial (see next code snippet)
prv_mitte.jpg is the low res image
onClick="loadPreview();" loadPreview="loadPano(?panoName=prv_eingang,300);onTransitionEn d=loadMain();pano.qualityStatic=low "loadMain="loadPano(?panoName=eingang,600); onTransitionEnd= "
That code is not working. There should be problem with the quotation marks.
Any help?
Helge
I am trying to implement the preview function on the onCklick event of the hotspot.
The hotspot is a hotspot of a multinode tour.
I am calling the new pano with the onClick asshown below:
<hotspots>
<global onload="alpha=0; alpha=1,500">
<spot
....
onClick="loadPano(panoName=mitte&pan=33.0)"
....
/>
Now I want to load a preview as shown in the FPP tutorial (see next code snippet)
prv_mitte.jpg is the low res image
onClick="loadPreview();" loadPreview="loadPano(?panoName=prv_eingang,300);onTransitionEn d=loadMain();pano.qualityStatic=low "loadMain="loadPano(?panoName=eingang,600); onTransitionEnd= "
That code is not working. There should be problem with the quotation marks.
Any help?
Helge