Hallo,
ich habe ein xml für alle Panos.
<!--
krpano 1.0.8
Script fuer Touren mit Karte
-->
<krpano version="1.0.8" onstart="loadscene(scene1,null,MERGE);" >
<!-- plugins -->
<plugin name="cameracontrols"
url="plugins/cameracontrols.swf"
zoom_refresh_fps="10"
keep="true"
align="centerbottom"
x="20"
y="20"
/>
<plugin name="infobild" url="aaa.png" alpha="1.0" align="center" onclick="timerset(0.5,0,plugin[infobild].alpha,1,0,linear,,false, set(plugin[infobild].visible,false)

;" />
<!-- fullscreen button and events -->
<textstyle name="DEFAULT"
font="Arial" fontsize="14" italic="true" bold="true"
edge="right" xoffset="25" yoffset="-15"
border="false" background="false"
textcolor="0x000000"
effect="glow(0xFFFFFF,0.7,4,4);dropshadow(2,45,0x000000,3,1);"
/>
<plugin name="fsbutton" url="fsbutton.png" keep="true"
align="rightbottom" rotate="0" ox="55" oy="55" x="55" y="55" scale="1"
alpha="0.4"
onover="tween(alpha,0.6);"
onout="tween(alpha,0.2);"
onhover="showtext(Vollbild);"
onclick="switch(fullscreen);"
/>
<events onenterfullscreen="action(enterfullscreen);"
onexitfullscreen="action(exitfullscreen);"
/>
<action name="enterfullscreen">
tween(plugin[cameracontrols].scale,1.0);
tween(plugin[fsbutton].rotate,180);
tween(plugin[fsbutton].scale,1.0);
</action>
<action name="exitfullscreen">
tween(plugin[cameracontrols].scale,0.5);
tween(plugin[fsbutton].rotate,0);
tween(plugin[fsbutton].scale,0.5);
</action>
<!-- text styles for startup info -->
<textstyle name="infostyle" origin="top" edge="top" yoffset="10" textalign="center" background="false" border="false" fontsize="40" textcolor="0xFFFFFF" bold="false" effect="glow(0xFFFFFF,0.7,4,2);glow(0x000000,1,4,2);dropshadow(3,45,0x000000,2,0.6);" showtime="1.0" fadetime="1.0" />
<!-- scenes -->
<!-- 1. Panorama (Start) -->
<scene name="scene1" onstart="action(startscene);">
<action name="startscene">
showtext(
scene 1, infostyle);
action(activatespot,scene1, 40);
</action>
<view hlookat="0" vlookat="0"
fov="90" fovmin="40" fovmax="90" fisheye="0"
limitview="lookat"
vlookatmin="-75"
vlookatmax="+75"
/>
<image type="CUBE">
<left url="basecube_l.jpg" />
<front url="basecube_f.jpg" />
<right url="basecube_r.jpg" />
<back url="basecube_b.jpg" />
<up url="basecube_u.jpg" />
<down url="basecube_d.jpg" />
</image>
<!-- place here scene local elements like plugins,hotspots, ... -->
<hotspot name="spot1" url="spot2.png" ath="37" atv="-5" scale="0.6" zoom="true"
alpha="0.3"
onover="tween(alpha,1);tween(scale,1);"
onout="tween(alpha,0.3);tween(scale,0.6);"
onclick="looktohotspot(spot1); loadscene(scene2, null, MERGE, BLEND(1));"
/>
</scene>
<!-- 2. Panorama-->
<scene name="scene2" onstart="action(startscene);">
<action name="startscene">
showtext(
scene 2, infostyle);
action(activatespot,scene2, 40);
</action>
<view hlookat="0" vlookat="0"
fov="90" fovmin="40" fovmax="90" fisheye="0"
limitview="lookat"
vlookatmin="-75"
vlookatmax="+75"
/>
<image type="CUBE">
<left url="basecube2_l.jpg" />
<front url="basecube2_f.jpg" />
<right url="basecube2_r.jpg" />
<back url="basecube2_b.jpg" />
<up url="basecube2_u.jpg" />
<down url="basecube2_d.jpg" />
</image>
<!-- place here scene local elements like plugins,hotspots, ... -->
<hotspot name="spot2" url="spot2.png" ath="-150" atv="5" scale="0.6" zoom="true"
alpha="0.3"
onover="tween(alpha,1);tween(scale,1);"
onout="tween(alpha,0.3);tween(scale,0.6);"
onclick="looktohotspot(spot2); loadscene(scene1, null, MERGE, BLEND(1));"
/>
</scene>
<!-- 3. Panorama-->
<!-- global settings -->
<plugin name="map" url="map.png" keep="true"
align="leftbottom" x="16" y="16" alpha="0.85" handcursor="false"
scalechildren="true"
width="320"
height="227"
onclick="action(closemap);"
/>
<plugin name="scene1" url="mappoint.png" keep="true" parent="map" align="lefttop" edge="center" x="110" y="50" zorder="2" onhover="showtext(Panorama 1);" onclick="loadscene(scene1, null, MERGE, BLEND(1));" />
<plugin name="scene2" url="mappoint.png" keep="true" parent="map" align="lefttop" edge="center" x="100" y="130" zorder="2" onhover="showtext(Panorama 2);" onclick="loadscene(scene2, null, MERGE, BLEND(1));" />
<!-- activated hotpot -->
<plugin name="activespot" url="mappointactive.png" keep="true" align="center" edge="center" visible="false" zorder="3" />
<!-- radar plugin, set heading with "plugin[radar].heading" -->
<plugin name="radar"
url="%SWFPATH%/plugins/radar.swf"
zorder="1"
keep="true"
heading="0"
parent="map"
mask="mapmask"
align="lefttop"
edge="center"
x="0" y="0"
linecolor="0"
fillcolor="0xFF0000"
scale="0.5"
visible="false"
/>
<!-- mask for radar -->
<plugin name="mapmask" url="map_mask.png" keep="true"
parent="map"
enabled="false"
/>
<!-- actions -->
<action name="closemap">
set(onclick,action(openmap)

;
tween(width,64,distance(320,0.5),easeoutquad);
tween(height,45,distance(227,0.5),easeoutquad);
</action>
<action name="openmap">
set(onclick,action(closemap)

;
tween(width,320,distance(320,0.5),easeoutquad);
tween(height,227,distance(227,0.5),easeoutquad);
</action>
<!-- activatespot action,
- this action has two arguments:
- %1 = the current spot
- %2 = the current radar heading
-->
<action name="activatespot">
set(plugin[activespot].parent, plugin[%1]);
set(plugin[activespot].visible, true);
copy(plugin[radar].x, plugin[%1].x);
copy(plugin[radar].y, plugin[%1].y);
trace(plugin[radar].x,'-',plugin[radar].y);
set(plugin[radar].visible, true);
set(plugin[radar].heading, %2);
</action>
</krpano>