Ok - I use it like with the settings below but i dont see any difference.
My plan is to go from a sort of littleplanet and then zoom/ tween in to this - but i think the pano looks not as crispy/ sharp as other panos so i thought i shall use the HIGHSHARP to see if i can make it look better.
Would be fantastic to have some inputs.
<view fisheye="0" limitview="range" hlookatmin="-50" hlookatmax="50" vlookatmin="0" vlookatmax="90" maxpixelzoom="1.0" fovmax="90" hlookat="0" vlookat="0"/>
<action name="tweennormalview">
tween(view.hlookat, 0, 3, easeInOutQuad);
tween(view.vlookat, -16, 5, easeInOutQuad);
tween(view.fov , 70, 5, easeInOutQuad );
tween(view.maxpixelzoom,1.0, 3, easeInOutQuad );
tween(view.architectural, 1.0, 5, distance(1.0, 0.45);
set(display.flash10, off);
set(view.limitview , range);
set(view.vlookatmin, -90);
set(view.vlookatmax, 90);
set(view.hlookatmin, -180);
set(view.hlookatmax, 50);
set(view.maxpixelzoom, 1.0);
set(view.fovmax , 90);
set(display.movequality12,HIGHSHARP);
set(display.stillquality12,HIGHSHARP);
</action>