Hallo Mark,
also, im krpano Beispiel littleplanet-intro sieht das so aus:
$this->cacheCode('[php]','<!-- view startup settings for little planets -->
<view stereographic="true"
fisheye="1.0"
fov="150"
fovmax="150"
hlookat="0"
vlookat="90"
/>
<!-- fisheye and little planets projections needs much rendering performance
to get more performance switch to flash9 rendering while in fisheye
or littleplanet/stereographic mode
-->
<display flash10="off" details="14" />
<events onloadcomplete="delayedcall(1.0, normalview());" />
<action name="normalview">
tween(view.hlookat, 180, 1.5, easeInOutQuad );
tween(view.vlookat, 0, 1.5, easeInOutQuad );
tween(view.fov, 100, 1.5, easeInOutQuad );
tween(view.fisheye, 0.0, 1.5, easeInOutQuad, WAIT);
set(display.flash10,on);
showtext(get(data[infotext].content), infostyle)
</action>')
HTH und herzliche Grüße, Horsty