PDA

View Full Version : movDecoder


dav34
03-05-2009, 11:01 PM
Hi,

I use to make panoramics visit using jpeg, but for a new project I'm using mov qtvr.
And i got problem looking like "you are using an old movDecoder...;)" sitting after finished download on the "parsing" screen.... And it occurred when i'm going from a pano to a bigger (somes are upon 1024 px faces and other 1023).

So i update a new time my movDecoder with the last version--> don't work
I found the one from the denis post and upload this one--> don't work (yes i remove the cache before testing).

So i give you my xml code if anyone could understand my mistake.

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

<parameters>
layer_10 = pano/files/glassMeter.swf
layer_3 = pano/files/limits.swf
layer_6 = pano/files/cylConverter.swf
layer_7 = pano/files/movDecoder.swf
layer_8 = pano/files/menuFullscreen.swf
//layer_2 = pano/files/autorotator.swf
layer_1 = pano/files/hotspots.swf
//layer_25 = pano/files/editor.swf


panoType=mov
panoName=gd_londre/images/room101

zoomMin = 1

segments = 25

loaderStreamed = 1
loaderBandwidth = 50


</parameters>

<autorotator>
speed = 0.04
interval = 30
pause = 2000
quality = low
</autorotator>
<hotspots>

<global onLoad="alpha=0.5" onStart="external.autorotator.disabled=0" onOver="scale=1.1,600,elastic;depth+=20;alpha=1" onOut="scale=1,300;depth-=20;alpha=0.5" >

<box id="hall_redbar" url="gd_londre/HS/fleche.png" pan="-93,11" tilt="-22.00" distance="2.93" rotationX="0.00" rotationY="-77.00" rotationZ="22.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/entre"
onClick="loadPano(panoName=gd_londre/images/red_bar)"/>
<box id="hall_room" url="gd_londre/HS/fleche.png" pan="-120" tilt="-18.00" distance="3.00" rotationX="0.00" rotationY="-75.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/entre"
onClick="loadPano(panoName=gd_londre/images/room101)"/>
<box id="hall_lounge" url="gd_londre/HS/fleche.png" pan="-93.11" tilt="-18.00" distance="3.00" rotationX="0.00" rotationY="-75.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/entre"
onClick="loadPano(panoName=gd_londre/images/gd_salon)"/>

<box id="redbar_hall" url="gd_londre/HS/fleche.png" pan="-93.11" tilt="-18.00" distance="3.00" rotationX="0.00" rotationY="-75.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/red_bar"
onClick="loadPano(panoName=gd_londre/images/entre)"/>

<box id="lounge_hall" url="gd_londre/HS/fleche.png" pan="-93.11" tilt="-18.00" distance="3.00" rotationX="0.00" rotationY="-73.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/gd_salon"
onClick="loadPano(panoName=gd_londre/images/entre)"/>

<box id="room_hall" url="gd_londre/HS/fleche.png" pan="-51" tilt="-22.00" distance="2.93" rotationX="33.00" rotationY="-75.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/room101"
onClick="loadPano(panoName=gd_londre/images/entre)"/>
<box id="room_sdb" url="gd_londre/HS/fleche.png" pan="-93.11" tilt="-18.00" distance="3.00" rotationX="0.00" rotationY="-75.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/room101"
onClick="loadPano(panoName=gd_londre/images/sdb)"/>

<box id="sdb_room" url="gd_londre/HS/fleche.png" pan="-93.11" tilt="-18.00" distance="3.00" rotationX="0.00" rotationY="-75.00" alpha="0.5" scaleable="1"
linked="gd_londre/images/sdb"
onClick="loadPano(panoName=gd_londre/images/room101)"/>

<spot id="full" static="1" salign="BR" staticX="-30" staticY="-30" url="gd_londre/images/black_f.png"
onClick="fullscreen(-)"
/>
</global>
</hotspots>
</panorama>
Thank you,
David