Hi Everyone,
After several weeks of being intimidated by Krpano, I decided to face it and buy it. Now I am trying to put together a tour but am having some beginners trouble. I am trying to setup hotspots but only get a "loading error(IO ERROR)". Can anyone help me out by reviewing my code. I think what i need is some guidance in writing action script.
<krpano version="1.0.8" ispartialpano="true">
<include url="skin/defaultskin.xml" />
<view hlookat="0" vlookat="0" maxpixelzoom="1.0" />
<display fps="30"
details="30"
tessmode="auto"
movequality="LOW"
stillquality="HIGH"
flash10="on"
movequality10="LOW"
stillquality10="HIGH"
stilltime="0.25"
/>
<preview type="SPHERE" url="Rock Garden.tiles/preview.jpg" />
<image type="SPHERE" multires="true" tilesize="829" voffset="-20">
<level tiledimagewidth="22379" tiledimageheight="7749">
<sphere url="Rock Garden.tiles/_%0v_%0h.jpg" />
</level>
</image>
<action name="view_architectural">
tween(view.fovmax, 150.0, distance(179, 1.00), easeoutquad);
tween(view.architectural, 1.0, distance(1.0, 0.45), easeoutquad);
tween(view.fisheye, 0.0, distance(1.0, 0.45), easeoutquad, set(view.stereographic,false);set(view.pannini,false);set(display.flash10,on); );
</action>
<plugin name="editor"
url="editor.swf"
keep="true"
visible="true" enabled="true" handcursor="true" capture="true" children="true"
zorder="0"
alpha="1.00" blendmode="normal"
smoothing="true"
origin="" edge=""
x="" y=""
width="500" height="375"
scale="1"
onloaded=""
onover=""
onhover=""
onout=""
ondown=""
onup=""
onclick=""
/>
<plugin name="options"
url="options.swf"
keep="true"
visible="true" enabled="true" handcursor="true" capture="true" children="true"
zorder="0"
alpha="1.00" blendmode="normal"
smoothing="true"
origin="lefttope" edge=""
x="" y=""
width="500" height="375"
scale="1"
onloaded=""
onover=""
onhover=""
onout=""
ondown=""
onup=""
onclick=""
/>
<action name="loadpano">
onclick="loadpano(Fork1.xml, view.lookat(180.8,1.9,22), MERGE, BLEND(1))"
</action>
<hotspot name="Fork1"
keep="false"
visible="true" enabled="true" handcursor="true" capture="true" children="true"
onclick="loadpano(Fork1.xml)"
>
<point ath="-133.4407" atv=" -6.6519" />
<point ath="-127.9617" atv=" -7.0962" />
<point ath="-127.6555" atv=" -1.3532" />
<point ath="-132.7373" atv=" -1.2971" />
</hotspot>
</krpano>