gerardoant
11-02-2008, 09:58 PM
Hola!
Although I have been using FFP for a long time this is the first time that I
need make a "virtual tour". I have all my panos in ".mov" format and I use
"movdecoder.swf". The problem I have is that new panos doesn't wants to load from another pano.
I have try all form of the "loadpano" command, as
"loadPano(panoName=xinia02)" or "loadPano(panoName=xinia02&panoType=mov), etc, but nothing change. The new pano seems to load but at the end the "parsing" level appear and stay there for ever. I know I'm doing something stupid here but I can find where the problem is. I check other sites with virtual tour but I couldn't find someone doing them with ".mov" files.
The main pano is here:
http://www.merida360.com/mrd-v2/comercios/movies/xinia01.html
The test link for the new pano is on the arrow in the middle of the windows.
Every pano load fine alone (They are here:
http://www.merida360.com/mrd-v2/comercios/xiniaypeter/recorrido.html)
I will appreciate any help!!
Saludos, Gerardo
P.D. the xml file I'm using is:
<?xml version = '1.0'?>
<panorama>
<parameters>
layer_2 = files/glassMeter.swf
layer_3 = files/autorotator.swf
layer_4 = files/cylConverter.swf
layer_5 = files/movDecoder.swf
layer_6 = files/menuFullscreen.swf
layer_7 = files/hotspots.swf
layer_8 = files/tooltips.swf
layer_9 = files/smartscale.swf
panoType = mov
panoName = xinia01
segments = 25
qualityMotion = low
hfov = 100
loaderStreamed = 1
loaderText=
</parameters>
<autorotator>
speed = -0.1
interval = 30
pause = 1000
quality = best
</autorotator>
<smartscale> mode=reduce </smartscale>
<hotspots>
<global onOver="blur=2; shadow=1" onOut="blur=0; shadow=0">
<spot id="info" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-100" staticY="-30" url="../xiniaypeter/img/botones/infov2.png" onClick="infoscreen.visible+=1" />
<spot id="left" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-75" staticY="-30" url="../xiniaypeter/img/botones/izq.png" blockMouse="1" onPress="pano.panKey=-2,500" onRelease="pano.panKey=0" />
<spot id="right" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-50" staticY="-30" url="../xiniaypeter/img/botones/der.png" blockMouse="1" onPress="pano.panKey=2,500" onRelease="pano.panKey=0" />
<spot id="down" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-25" staticY="-30" url="../xiniaypeter/img/botones/abajo.png" blockMouse="1" onPress="pano.tiltKey=-2,500" onRelease="pano.tiltKey=0" />
<spot id="up" scale="0.3" smartScale="1" static="1" salign="BC" staticX="0" staticY="-30" url="../xiniaypeter/img/botones/arriba.png" blockMouse="1" onPress="pano.tiltKey=2,500" onRelease="pano.tiltKey=0" />
<spot id="zoomOut" scale="0.3" smartScale="1" static="1" salign="BC" staticX="25" staticY="-30" url="../xiniaypeter/img/botones/menos.png" blockMouse="1" onPress="pano.zoomKey=-2,500" onRelease="pano.zoomKey=0" />
<spot id="zoomIn" scale="0.3" smartScale="1" static="1" salign="BC" staticX="50" staticY="-30" url="../xiniaypeter/img/botones/mas.png" blockMouse="1" onPress="pano.zoomKey=2,500" onRelease="pano.zoomKey=0" />
<spot id="auto" scale="0.3" smartScale="1" static="1" salign="BC" staticX="75" staticY="-30" url="../xiniaypeter/img/botones/vuelta.png" blockMouse="1" onClick="external.autorotator.disabled+=1; pano.pan_v=0; pano.tilt_v=0; pano.zoom_v=0;" />
<spot id="full" alt="ver a pantalla completa" scale="0.3" smartScale="1" static="1" salign="BC" staticX="100" staticY="-30" url="../xiniaypeter/img/botones/pantalla.png" onClick="fullscreen(-)" />
<spot id="infoscreen" url="../xiniaypeter/img/botones/info01a.png" static="1" visible="0" onClick="visible=0" onOver="" onOut="" />
<spot id="xinia02" pan="0" tilt="-5"
url="../xiniaypeter/img/botones/flecha02.png" alt="ir al patio central" onClick="pano.leash=free;
loadPano(panoName=xinia02)"/>
</global>
</hotspots>
</panorama>
--
Gerardo Sбnchez
http://www.merida360.com
http://www.flickr.com/photos/gerardoant/
Although I have been using FFP for a long time this is the first time that I
need make a "virtual tour". I have all my panos in ".mov" format and I use
"movdecoder.swf". The problem I have is that new panos doesn't wants to load from another pano.
I have try all form of the "loadpano" command, as
"loadPano(panoName=xinia02)" or "loadPano(panoName=xinia02&panoType=mov), etc, but nothing change. The new pano seems to load but at the end the "parsing" level appear and stay there for ever. I know I'm doing something stupid here but I can find where the problem is. I check other sites with virtual tour but I couldn't find someone doing them with ".mov" files.
The main pano is here:
http://www.merida360.com/mrd-v2/comercios/movies/xinia01.html
The test link for the new pano is on the arrow in the middle of the windows.
Every pano load fine alone (They are here:
http://www.merida360.com/mrd-v2/comercios/xiniaypeter/recorrido.html)
I will appreciate any help!!
Saludos, Gerardo
P.D. the xml file I'm using is:
<?xml version = '1.0'?>
<panorama>
<parameters>
layer_2 = files/glassMeter.swf
layer_3 = files/autorotator.swf
layer_4 = files/cylConverter.swf
layer_5 = files/movDecoder.swf
layer_6 = files/menuFullscreen.swf
layer_7 = files/hotspots.swf
layer_8 = files/tooltips.swf
layer_9 = files/smartscale.swf
panoType = mov
panoName = xinia01
segments = 25
qualityMotion = low
hfov = 100
loaderStreamed = 1
loaderText=
</parameters>
<autorotator>
speed = -0.1
interval = 30
pause = 1000
quality = best
</autorotator>
<smartscale> mode=reduce </smartscale>
<hotspots>
<global onOver="blur=2; shadow=1" onOut="blur=0; shadow=0">
<spot id="info" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-100" staticY="-30" url="../xiniaypeter/img/botones/infov2.png" onClick="infoscreen.visible+=1" />
<spot id="left" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-75" staticY="-30" url="../xiniaypeter/img/botones/izq.png" blockMouse="1" onPress="pano.panKey=-2,500" onRelease="pano.panKey=0" />
<spot id="right" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-50" staticY="-30" url="../xiniaypeter/img/botones/der.png" blockMouse="1" onPress="pano.panKey=2,500" onRelease="pano.panKey=0" />
<spot id="down" scale="0.3" smartScale="1" static="1" salign="BC" staticX="-25" staticY="-30" url="../xiniaypeter/img/botones/abajo.png" blockMouse="1" onPress="pano.tiltKey=-2,500" onRelease="pano.tiltKey=0" />
<spot id="up" scale="0.3" smartScale="1" static="1" salign="BC" staticX="0" staticY="-30" url="../xiniaypeter/img/botones/arriba.png" blockMouse="1" onPress="pano.tiltKey=2,500" onRelease="pano.tiltKey=0" />
<spot id="zoomOut" scale="0.3" smartScale="1" static="1" salign="BC" staticX="25" staticY="-30" url="../xiniaypeter/img/botones/menos.png" blockMouse="1" onPress="pano.zoomKey=-2,500" onRelease="pano.zoomKey=0" />
<spot id="zoomIn" scale="0.3" smartScale="1" static="1" salign="BC" staticX="50" staticY="-30" url="../xiniaypeter/img/botones/mas.png" blockMouse="1" onPress="pano.zoomKey=2,500" onRelease="pano.zoomKey=0" />
<spot id="auto" scale="0.3" smartScale="1" static="1" salign="BC" staticX="75" staticY="-30" url="../xiniaypeter/img/botones/vuelta.png" blockMouse="1" onClick="external.autorotator.disabled+=1; pano.pan_v=0; pano.tilt_v=0; pano.zoom_v=0;" />
<spot id="full" alt="ver a pantalla completa" scale="0.3" smartScale="1" static="1" salign="BC" staticX="100" staticY="-30" url="../xiniaypeter/img/botones/pantalla.png" onClick="fullscreen(-)" />
<spot id="infoscreen" url="../xiniaypeter/img/botones/info01a.png" static="1" visible="0" onClick="visible=0" onOver="" onOut="" />
<spot id="xinia02" pan="0" tilt="-5"
url="../xiniaypeter/img/botones/flecha02.png" alt="ir al patio central" onClick="pano.leash=free;
loadPano(panoName=xinia02)"/>
</global>
</hotspots>
</panorama>
--
Gerardo Sбnchez
http://www.merida360.com
http://www.flickr.com/photos/gerardoant/