Hi all ^^
I'm making a tour, and would like to isolate the hotspot openurl links so that the client is able to change it himself,
but I can't get it working, here's what I've done :
Code
<krpano version="1.0.8.14" onstart="startup();">
<action name="startup">
sethotspotlinks();
</action>
<hotspot name="hotspot1" onclick="" />
<hotspot name="hotspot2" onclick="" />
<action name="sethotspotlinks">
set(hotspot1[onclick].openurl('http://www.eboovisite.com', _self);
set(hotspot2[onclick].openurl('http://www.eboovisite.com/iPhone',_self);
</action>
Display More
As far as know it should be working but it isn't, I must've forget something :'(
I'll take any idea or suggestion on that ^^
Thanks in advance !