PDA

View Full Version : Hotspots doesn't appear


pauschpage
02-13-2008, 07:38 PM
Hello!

I have a problem. two hotspots in that code doesn't appear.
Another Question: Is it possible to "autorotate" on the right side instead the left side?

<?xml version = '1.0'?>
<panorama>

<parameters>

layer_10 = panorama/files/glassMeter.swf
layer_3 = panorama/files/limits.swf
layer_6 = panorama/files/cylConverter.swf
layer_7 = panorama/files/movDecoder.swf
layer_8 = panorama/files/menuFullscreen.swf
layer_5 = panorama/files/autorotator.swf
layer_2 = panorama/files/hotspots.swf

panoType = mov
panoName = panorama/images/fire

segments = 25

loaderStreamed = 1
loaderBandwidth = 100

loaderText=

</parameters>
<autorotator>
speed = 0.08
interval = 15
pause = 1000
quality = high
</autorotator>

<hotspots>
<global onOver="scale=1.1,600,elastic;depth+=20" onOut="scale=1,300;depth-=20" >

<spot id="zoomOut" static="1" salign="BC" staticX="50" staticY="-50" url="images/black_m.png"

onPress="pano.zoomKey=-2,500"
onRelease="pano.zoomKey=0"

/>

<spot id="zoomIn" static="1" salign="BC" staticX="100" staticY="-50" url="images/black_p.png"

onPress="pano.zoomKey=2,500"
onRelease="pano.zoomKey=0"

/>

<spot id="full" static="1" salign="BC" staticX="300" staticY="-50" url="panorama/images/black_f.png"
onClick="fullscreen(-)"

/>
</global>
</hotspots>

</panorama>

Trausti Hraunfjord
02-13-2008, 08:19 PM
speed = 0.08
vs.
speed = -0.08

With the "-" sign, you get to reverse the direction of the rotation.