hallo,
ich habe in der tour.xml
<!-- startup action - load the first scene -->
<action name="startup" autorun="onstart">
if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
loadscene(get(startscene), null, MERGE);
if(startactions !== null, startactions() );
</action>
die Zeile
skin_hideskin('instant');
zugefügt, also
<!-- startup action - load the first scene -->
<action name="startup" autorun="onstart">
if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
loadscene(get(startscene), null, MERGE);
if(startactions !== null, startactions() );
skin_hideskin('instant');
</action>
Dann verschwindet die Navi und nur ein kleines Dreieck an unteren Rand in der Mitte zusehen, mit dem man das Menü auch wieder ausfahren kann.
Hotspots bleiben davon unberührt.
Gruß Uwe