Hallo Kollege,
vielen Dank für schnelle und gute Hilfe. Da die Panos im Normalmdus öffnen und die Hotspots zunächst ausgeblendet sein sollen, habe ich es so gemacht:
<events onxmlcomplete="hs_fullscreen(false)" />
<events onenterfullscreen="hs_fullscreen(true)" onexitfullscreen="hs_fullscreen(false)" />
<action name="hs_fullscreen">
for(set(i,0), i LT hotspot.count, inc(i),
if( hotspot[get(i)].fullscreen,
set(hotspot[get(i)].visible, %1);
);
);
</action>
Also nochmals: Danke!!
Matthias