You are not logged in.

1

Sunday, July 11th 2010, 10:03am

Hotspot to open an image

Hello I am bit new to 360 world. I want to add a hotspot which can open a small image . I am not able to figure out, how can i do that: i am trying following code but its not working

<action name="fadein">
set(plugin[%1].visible,true);
tween(plugin[%1].alpha,1);
</action>

<action name="fadeout">
tween(plugin[%1].alpha,0,,,set(plugin[%1].visible,false));
</action>

<plugin name="openmyimage"
url="openimage.jpg"

alpha="0" />

<hotspot name="openmyimage"
url="imgs/hotspot_ani_white.swf"
ath="245"
onover="action(fadein,openmyimage);"
onout="action(fadeout,openmyimage);"
/>

2

Tuesday, July 13th 2010, 2:09pm

Hi,

the code itself looks okay...
what does happen or what doesn't work?
do you have the example online?

best regards,
Klaus

3

Tuesday, July 13th 2010, 3:06pm

Quoted

Hi,

the code itself looks okay...
what does happen or what doesn't work?
do you have the example online?

best regards,
Klaus
Thanks klaus... actually i was using old 1.0.7 plug ins and files, i replaced it with new ones its working perfectly. I just want to suggest krpano is very flexible soft. i bought liscence too but its documentation is not bit organized. I mean to say whats the best place to start for beginner like me. I had to search a lot for small things..
thanks again