Hallo Profis,
nun habe ich versucht mich auch mal mit den xml Dateien zu beschäftigen, doch irgend was will nicht so wie ich.
Habe ein Pano per Make Multires Droplet erzeugt.
Dann xml mit den Little Planet Intro editiert.
Klappt soweit auch, nur die Auflösung nach dem Intro bleibt ganz grausig.
Irgendwie ist xml noch nicht ganz mein Freund.
Link zu dem Intro
http://www.fotos-sylt.de/360pano/Promenade/Pano.html
und die xml:
<!--
krpano 1.0.8
- little planet intro example
-->
<krpano version="1.0.8">
<!-- the pano -->
<image>
<cubestrip url="pano.jpg" />
</image>
<!-- 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>
<data name="infotext">
Mario Moritzen[br]Die Welt ist rund[br][br]
[font size="25"]drücke die Maus und drehe durch[/font]
</data>
<textstyle name="infostyle"
origin="center" edge="center" yoffset="-39" textalign="center" 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="3.0" fadeintime="1.0" fadetime="1.0"
/>
</krpano>
Hilfe!