Cameleer
11-06-2007, 05:35 PM
I’m trying to set up something very simple where the pano opens and does a little panning and zooming, then when finished it should go into auto rotate. But with this code below I can not get the autorotator speed to change, right now it will only rotate very slowly.
Any ideas?
___________________
<?xml version='1.0'?>
<panorama>
<parameters>
panoName = images/elephants_morning5
zoomHome = 0.9
tiltHome = -5
disableWheel=1
layer_5 = files/hotspots.swf
layer_7 = files/autorotator.swf
<autorotator>
speed = 2.7
interval = 30
pause = 1000
quality = low
</autorotator>
</parameters>
<hotspots>
<global onstart="timer+=1,4000;change:0,zoom,0.8,2000,,next01;"
next01="timer+=1,1000;change:0,pan,360,7000;change:0,tilt, 0,7000,,next02;"
next02="timer+=1,1000;change:0,pan,-70,9000;change:0,tilt,0,2000,,next03;"
next03="timer+=1,1000;change:0,zoom,1.2,6000;change:0,tilt ,0,9000,,next04;"
next04="timer+=1,1000;change:0,pan,150,3000;change:0,tilt, 0,4000,,next05;"
next05="timer+=1,1000;change:0,zoom,0.7,2000"
>
</global>
</hotspots>
</panorama>
Any ideas?
___________________
<?xml version='1.0'?>
<panorama>
<parameters>
panoName = images/elephants_morning5
zoomHome = 0.9
tiltHome = -5
disableWheel=1
layer_5 = files/hotspots.swf
layer_7 = files/autorotator.swf
<autorotator>
speed = 2.7
interval = 30
pause = 1000
quality = low
</autorotator>
</parameters>
<hotspots>
<global onstart="timer+=1,4000;change:0,zoom,0.8,2000,,next01;"
next01="timer+=1,1000;change:0,pan,360,7000;change:0,tilt, 0,7000,,next02;"
next02="timer+=1,1000;change:0,pan,-70,9000;change:0,tilt,0,2000,,next03;"
next03="timer+=1,1000;change:0,zoom,1.2,6000;change:0,tilt ,0,9000,,next04;"
next04="timer+=1,1000;change:0,pan,150,3000;change:0,tilt, 0,4000,,next05;"
next05="timer+=1,1000;change:0,zoom,0.7,2000"
>
</global>
</hotspots>
</panorama>