Hotspots, plugins, actions etc are not yet enabled in the ipad/iphone version:
NOTE - this first release of the Javascript based krpano viewer supports only a small subset of all krpano Flash viewer xml possibilities and settings, but there are plans to extend it step by step - the krpano actions, the plugin and hotspots system and maybe also a kind of multi resolution...
There are plans though (and Klaus knowing, this would be fast :)).
More info about hotspots:
http://krpano.com/docu/xml/#hotspot
sample hotspot:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
|
<hotspot name ="hotspot_0"
url ="../hotspots/hotspot_5.png"
ath ="7.7143"
atv ="2.4"
onover ="tween(scale,0.7,0.2);"
onout ="tween(scale,0.5,0.1); "
onhover ="showtext(yourlocation, styleinfo);"
onclick ="set(onout, ); moveto(7.7143,2.4,smooth(80,80,20));wait(blend);loadxml(test.xml);"
/>
|