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);"
    />

  • Zitat

    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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!