PDA

View Full Version : Sometimes Hotspots do not move


roccogonzales
12-16-2008, 09:16 AM
Hi,

i'm working on a Virtual Tour using Patricks Embed Pano. There are several hotspots within each Panorama and of course the thumbnails in the embed Pano which link to the panoramas.
My customer told me about a problem, which sometimes appears on his PCs (not on mine - i can't reproduce it), but he can't tell exactly when and why this happens.
The problem is, that sometimes when the Hotspots and the Panorama are finished loading, the panorama starts to autorotate (exactly the way i integrated it in the xml - thats fine) BUT the hotspots do not move. When he reloads the panorama or clicks on a hotspot it works fine again ... but sometimes this problem appears.

Has someone an idea why this happens? Or has anyone had the same problem?

Here is my XML:
<?xml version='1.0'?>
<panorama>
<parameters>
panoType=cube0
panoSuffixes=_0.jpg|_1.jpg|_2.jpg|_3.jpg|_4.jpg|_5 .jpg

loaderTextColor=#807d76
loaderBackColor=#FFFFFF

loaderText=%3Ctextformat%20tabstops%3D%27300%27%3E %3Cfont%20face%3D%27Arial%27%20size%3D%2740%27%20c olor%3D%27%23%240%27%3E%0DLoading%20front%3A%09%24 1%0DLoading%20right%3A%09%242%0DLoading%20back%3A% 09%243%0DLoading%20left%3A%09%244%0DLoading%20up%3 A%09%245%0DLoading%20down%3A%09%246%0DLoading%20to tal%3A%09%247%0D%3C%2Ffont%3E%3C%2Ftextformat%3E

loaderTextFailed=failed
loaderTextDenied=denied

loaderAttempts=4
loaderConsecutive=0
disableLoading=0

loaderStreamed=0
loaderBandwidth=0

transparentBack=0

segments=20

qualityStatic=medium
qualityMotion=medium

cacheAsBitmap=0

frameRate=60
ratio=1.3333

zoomMax=2.2
zoomMin=0.4
hfov=60
vfov=60
zoomHome=0.8
panHome=0
tiltHome=0

shrink=1

behaviour=2
sensitivity=100
keySensitivity=100
friction=0.55
threshold=0.0000001

keys=39|37|38|40|16|17|36|32

disableKeys=0
disableTilt=0
disablePan=0
disableWheel=0
disableControls=0

layer_1=autorotator.swf
layer_9 =glassMeter.swf
layer_10=hotspots.swf
layer_12=tooltips.swf

</parameters>

<autorotator>
speed = -0.1
interval = 30
pause = 2000
quality = medium
</autorotator>

<hotspots>
<global onLoad="scale=0.4" >
<spot id="aufgang" alt="Lounge 3" url="hotspotpfeil.swf" pan="-84.00" tilt="-14.00" depth="0" rotation="180"
linked="panos/image1_small"
onClick="loadPano(?panoName=panos/image2_small&zoom=0.8,0,none)" />
<spot ........
</global>
</hotspots>
<tooltips>
altFont=Verdana
altSize=11
altColor=0x795426
altAlpha=0.8
altFill=0xFFFFFF
altStroke=0x795426
altXOffset=18
altYOffset=-18
</tooltips>
</panorama>

Could it be, that the "Glassmeter-Layer"-Position should be higher than the other "plugins"? Is there a loading order?

Thanks.
RG