Hallo Iceman, vielleicht sollte ich vorweg noch anfügen das html für mich in etwa so verständlich ist wie eine Gebrauchsanweisung von IKEA..... also gar nicht.
Vielleicht kannst Du mir ventuellen Fehler rot markieren damit ich für die Zukunft was lernen kann :-)
Hättest Du eventuell auch noch eine Lösung für die Musik. Man kann sie ja leider nicht abstellen oder leiser machen.. habe in Panotour ro nix dafür gefunden. Vermute mal das muss alles manuell in KR-Pano gemacht werden. Und dafür bin ich, vermutlich einfach nicht helle genug :-(
Gruß
Peter
_________________________________________________________
<?xml version="1.0" encoding="UTF-8"?><!--for xml compliance-->
<krpano version="1.0.8.14" logkey="false">
<!--************** KrPano plugins and datas ***************************************************-->
<plugin name="data" firstPanoHasBeenPlayed="false" keep="true"/>
<!--************** Open the first pano ********************************************************-->
<include url="Tour-111.xml"/>
<plugin name="soundinterface" url="Tour-1data/graphics/soundinterface.swf" keep="true"/>
<!--************** Fonts **********************************************************************-->
<textstyle name="DEFAULT" bold="false" font="Arial" fontsize="16" italic="false" textcolor="0xff000000"/>
<!--************** Introduction ***************************************************************-->
<action name="littleplanetintro">
if(plugin[data].firstPanoHasBeenPlayed==false,
setlittleplanet();
wait(load);
delayedcall(1.0, tweennormalview());
set(plugin[data].firstPanoHasBeenPlayed,true);
);
</action>
<!--************** Logo ***********************************************************************-->
<plugin name="logo" url="Tour-1data/graphics/logo.png" keep="true" align="righttop" x="10" y="10" width="283" height="prop" onclick="openurl(
http://www.highvisuell.de,_blank)"/>
<!--************** Menu ***********************************************************************-->
<plugin name="in" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" ondown="set(fov_moveforce,-1);" onout="" onover="" onovercrop="0|65|65|65" onup="set(fov_moveforce,0);" url="Tour-1data/graphics/menu/menu0.png" width="40" x="-140" y="10"/>
<plugin name="out" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" ondown="set(fov_moveforce,+1);" onout="" onover="" onovercrop="0|65|65|65" onup="set(fov_moveforce,0);" url="Tour-1data/graphics/menu/menu1.png" width="40" x="-100" y="10"/>
<plugin name="left" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" ondown="set(hlookat_moveforce,-1);" onout="" onover="" onovercrop="0|65|65|65" onup="set(hlookat_moveforce,0);" url="Tour-1data/graphics/menu/menu2.png" width="40" x="-60" y="10"/>
<plugin name="right" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" ondown="set(hlookat_moveforce,+1);" onout="" onover="" onovercrop="0|65|65|65" onup="set(hlookat_moveforce,0);" url="Tour-1data/graphics/menu/menu3.png" width="40" x="-20" y="10"/>
<plugin name="up" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" ondown="set(vlookat_moveforce,-1);" onout="" onover="" onovercrop="0|65|65|65" onup="set(vlookat_moveforce,0);" url="Tour-1data/graphics/menu/menu4.png" width="40" x="20" y="10"/>
<plugin name="down" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" ondown="set(vlookat_moveforce,+1);" onout="" onover="" onovercrop="0|65|65|65" onup="set(vlookat_moveforce,0);" url="Tour-1data/graphics/menu/menu5.png" width="40" x="60" y="10"/>
<plugin name="home" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" onclick="lookto(get(panoview.h),get(panoview.v),get(panoview.fov),smooth(100,20,50));" onout="" onover="" onovercrop="0|65|65|65" url="Tour-1data/graphics/menu/menu6.png" width="40" x="100" y="10"/>
<plugin name="openfs" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" onclick="set(fullscreen,true);" onout="" onover="" onovercrop="0|65|65|65" url="Tour-1data/graphics/menu/menu7.png" width="40" x="140" y="10"/>
<plugin name="closefs" align="bottom" crop="0|0|65|65" customColor="true" height="prop" keep="true" onclick="set(fullscreen,false);" onout="" onover="" onovercrop="0|65|65|65" url="Tour-1data/graphics/menu/menu8.png" visible="false" width="40" x="140" y="10"/>
<events onenterfullscreen="set(plugin[openfs].visible,false); set(plugin[closefs].visible,true);" onexitfullscreen="set(plugin[openfs].visible,true); set(plugin[closefs].visible,false);"/>
<!--************** Thumbnail plugin ***********************************************************-->
<!-- action performed when mouse hovers over a thumbnail preview -->
<action name="magnify">
tween(plugin[%1].alpha, 1.5, 0.3, easeInOutCubic);
tween(plugin[%1].scale, 1.05, 0.3, easeInOutCubic);
</action>
<!-- action performed when mouse goes away from a thumbnail preview -->
<action name="lie">
tween(plugin[%1].alpha, 0.8, 0.3, easeInOutCubic);
tween(plugin[%1].scale, 1, 0.3, easeInOutCubic);
</action>
<!-- open the thumbnail -->
<action name="slide_action_in">
set(plugin[slide].onclick,action(slide_action_out));
set(plugin[strap].onclick,action(slide_action_out));
set(plugin[strapArrow].rotate,180);
tween(plugin[thumbArray].x,30%,1,easeOutQuint);
</action>