hallo magenta
<events onloadcomplete="action(autotour);"/>
<action name="autotour">
oninterrupt(break);
lookto(00,00,100,smooth(5,5,10)); wait(5);
loadpano(p2.xml,null,KEEPBASE|NOPREVIEW,BLEND(1));
wait(load);
lookto(00,00,100,smooth(5,5,5)); wait(5);
loadpano(p1.xml, null, MERGE, BLEND(1));
</action>
if the fading should be done during a rotation, you ll need to define more lookto positions.
niconutsch