Yea ... but it a big code
<hotspot name="spot"
url="image1.jpg"
distorted="true"
ath="0"
atv="0"
scale="1.0"
rx="0" ry="0" rz="0"
zorder="1"
onover="set(hotspot[spot_over].visible,true); tween(hotspot[spot_over].alpha,1,0.5,default);"
onout="tween(hotspot[spot_over].alpha,0,0.5,default, set(hotspot[spot_over].visible,false));"
onclick="looktohotspot(get(name), 60);"
/>
<hotspot name="spot_over"
url="image2.jpg"
zorder="2"
visible="false"
enabled="false"
alpha="0"
onloaded="copyhotspotsettingsfrom(spot);"
/>
<action name="copyhotspotsettingsfrom">
copy(distorted, hotspot[%1].distorted);
copy(ath, hotspot[%1].ath);
copy(atv, hotspot[%1].atv);
copy(scale, hotspot[%1].scale);
copy(rx, hotspot[%1].rx);
copy(ry, hotspot[%1].ry);
copy(rz, hotspot[%1].rz);
</action>
</krpano>
And how i set position? I tried with align="" position="" but nothing..:(
I can make some like this?
<img src="images1.jpg" alt="" onmouseover="this.src='images2.jpg';" onmouseout="this.src='images1.jpg';" />
A small code with an over image... and if i want to ad url i added <a href='">