Hallo,
ich habe am iPhone-iPad-Simulator feststellen müssen, dass die xml-Datei für PC-Ansicht (mit plugins, Button, googlemap usw.) sich nicht im Safari-Browser bzw. im i-Phone-Layout einlesen lässt.
"FATAL ERROR: ......_001.xml - loading or parsing failed!"
Es liegt defenitiv mit den zusätzlichen Inhalten für die Plugins zusammen. Ich gehe eigentlich davon schwer aus, dass Apple wie Windows/Androide auf die selbe xml-Datei zugreifen. Oder brauche ich da noch extra eine html5-file Keine Ahnung bin noch relativ Einsteiger
Sollte es so hoffentlich sein, wo und wie sollte es verändert werden?
Ich habe mal für die PC-Version den Code unten stehen:
Code
<krpano version="1.0.8" logkey="false">
<!-- plugins einbinden -->
<!--plugin name="editor" url="plugins/editor.swf" keep="true" />
<plugin name="options" url="plugins/options.swf" keep="true" />
<!-- mittenmarke -->
<!--plugin name="marker" url="plugins/target.png" align="center"
x="0"
y="18"
alpha= "0.5"/>
<!-- include für tooltip_rot -->
<include url="plugins/text_rot.xml" keep="true" />
<!-- include für tooltip -->
<include url="plugins/text.xml" keep="true" />
<!-- include für map und actions -->
<include url="plugins/googlemap.xml" keep="true" />
<include url="skin/defaultskin.xml" />
<view hlookat="0" vlookat="0" maxpixelzoom="1.0" limitview="auto" />
<preview url="Weingarten/Muensterplatz_001.tiles/preview.jpg" />
<image type="CUBE" multires="true" tilesize="758" prealign="0|195.39|0">
<level tiledimagewidth="2653" tiledimageheight="2653">
<cube url="Weingarten/Muensterplatz_001.tiles/l2_%s_%0v_%0h.jpg" />
</level>
<level tiledimagewidth="1327" tiledimageheight="1327">
<cube url="Weingarten/Muensterplatz_001.tiles/l1_%s_%0v_%0h.jpg" />
</level>
<mobile>
<cube url="Weingarten/Muensterplatz_001.tiles/mobile_%s.jpg" />
</mobile>
<tablet>
<cube url="Weingarten/Muensterplatz_001.tiles/tablet_%s.jpg" />
</tablet>
</image>
/>
<hotspot name="Kirchplatz, Treppenabgang"
ath="0.68"
atv="-10.40"
url="plugins/hotspot.png"
alpha="1.0"
edge="top"
onhover="set(alpha,0.5);showtext(Kirchplatz - Eingang Basilika,tooltip);"
onout="set(alpha,1.0);"
onclick="loadpano(Kirchplatz_Eingang_Basilika.xml,null,MERGE,BLEND(2));"
/>
<hotspot name="Kleine Münsterplatz"
ath="54.21"
atv="4.84"
url="plugins/hotspot.png"
alpha="1.0"
edge="top"
onhover="set(alpha,0.5);showtext(Kleine Münsterplatz,tooltip_rot);"
onout="set(alpha,1.0);"
onclick="loadpano(Kleine_Muensterplatz.xml,null,MERGE,BLEND(2));"
/>
<hotspot name="Postplatz"
ath="-54.17"
atv="0.98"
url="plugins/hotspot.png"
alpha="1.0"
edge="top"
onhover="set(alpha,0.5);showtext(Postplatz,tooltip_rot);"
onout="set(alpha,1.0);"
onclick="loadpano(Postplatz.xml,null,MERGE,BLEND(2));"
/>
<hotspot name="Kirchstraße, Ecke Schützenstraße"
ath="187.91"
atv="1.40"
url="plugins/hotspot.png"
alpha="1.0"
edge="top"
onhover="set(alpha,0.5);showtext(Kirchstraße - Ecke Schützenstraße,tooltip_rot);"
onout="set(alpha,1.0);"
onclick="loadpano(Kirchstrasse_Ecke_Schuetzenstraße.xml,null,MERGE,BLEND(2));"
/>
</krpano>
Display More
Wäre mir eine große Hilfe, wenn es eine einfache Lösung gäbe. Danke im Voraus und Gruß, Thomas