Das ist es nicht. Es müsste so wie gezeigt funktionieren, da läuft was anders schief was wir vermutlich nicht sehen können.
Kannst Du mal das ganze Beispiel schicken?
Anbei mal ein kurzer Auszug: Läuft zwar so nicht, weil die anderen Panos fehlen, aber Text sollte ja trotzdem angezeigt werden....
$this->cacheCode('[php]','<krpano version="1.0.8.15" title="Virtual Tour" onstart="startup();">
<include url="skin/vtourskin.xml" />
<!-- bing map (with keep=true) -->
<plugin name="map" keep="true" key="xxxx"
url="plugins/bingmaps.swf"
alturl="plugins/bingmaps.js"
align="leftbottom" x="10" y="90" width="250" height="250"
bgcolor="0x000000" bgalpha="0.5"
maptype="satellite"
onmapready="loadscene(0); zoomToSpotsExtent();"
onmapmoved=""
onmapzoomed=""
>
<radar visible="true" dragable="true" size="100" zoomwithmap="false" headingoffset="270" alpha="0.5" fillcolor="0xFFFFFF" fillalpha="1.0" linecolor="0xFFFFFF" linealpha="0.0" linewidth="0.0" glow="true" glowcolor="0xFFFFFF" glowwidth="4" glowstrength="4" />
<maptypecontrol visible="true" anchor="righttop" x="2" y="2" buttonalign="v" />
<!-- map spots -->
<spot name="scene_Bahnhof" lat="52.10159567" lng="9.37471747" heading="+90" active="true" onclick="loadscene(scene_HBF, null, MERGE, BLEND(1));" />
<spot name="scene_Luftpanorama_HefeHof" lat="52.09862992" lng="9.37518954" heading="+100" onclick="loadscene(scene_LP_HF, null, MERGE, BLEND(1));" />
<spot name="scene_Luftpanorama_B_rgergarten" lat="52.10504886" lng="9.36299086" heading="+50" onclick="loadscene(scene_LP_BU, null, MERGE, BLEND(1));" />
</plugin>
<!-- an action for updating the map when the scene was changed -->
<action name="selectspot">
plugin[map].pantospot(%1);
plugin[map].activatespot(%1);
</action>
<textstyle name="infostyle"
origin="center" edge="center" textalign="center" yoffset="-170" 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="4.0" fadetime="1.0" fadeintime="1.0"
/>
<scene name="scene_Am_Pulverturm_Winter2013" title="Am_Pulverturm_Winter2013" onstart="" thumburl="panos/Am_Pulverturm_Winter2013.tiles/thumb.jpg" lat="52.10684785" lng="9.35653210" heading="0.0">
<view hlookat="-178.499" vlookat="-16.017" fovtype="MFOV" fov="120.000" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" />
<preview url="panos/Am_Pulverturm_Winter2013.tiles/preview.jpg" />
<image type="CUBE" multires="true" tilesize="512" progressive="false">
<level tiledimagewidth="3183" tiledimageheight="3183">
<cube url="panos/Am_Pulverturm_Winter2013.tiles/l3_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="1536" tiledimageheight="1536">
<cube url="panos/Am_Pulverturm_Winter2013.tiles/l2_%s_%v_%h.jpg" />
</level>
<level tiledimagewidth="768" tiledimageheight="768">
<cube url="panos/Am_Pulverturm_Winter2013.tiles/l1_%s_%v_%h.jpg" />
</level>
<mobile>
<cube url="panos/Am_Pulverturm_Winter2013.tiles/mobile_%s.jpg" />
</mobile>
</image>
<!-- place your scene hotspots here -->
<hotspot name="spot1" style="skin_hotspotstyle" ath="103.820" atv="-0.360" <onhover="showtext(you are hovering me);" linkedscene="scene_kkw_winter2013" />
</scene>
</krpano>
')