Beiträge von conceptmedia

    Hi guys,

    I've used the following syntax but without success trying to add two floormaps
    From the slider of the default skin when I'm displaying the panos related to second floormap - map1 dissapeared (this is fine) but the map2 is not displayed instead.


    <krpano version="1.0.8.15" .... onstart="startup(); buildmap(map1); gotoscene(scene_18);">


    <scene name="scene_01" onstart="showhidemaps(map1);" ...>


    <action name="showhidemaps">
    if(%1 == "map1",
    set(plugin[map1].visible,true);
    set(plugin[map2].visible,false);
    );

    if(%1 == "map2",
    set(plugin[map1].visible,false);
    set(plugin[map2].visible,true);
    );

    </action>


    Could you please advice me how to handle this?

    Hi guys,

    I want to ask you 2 question related to this plugin:

    1) the radars are displayed stretched on iphone/ipad devices screenshot from a iphone 4 - what's happening with the radar why is displayed in this way?

    2) how can I put more floor maps (map1 and map2) also I want the panos from the default skin slider to be sync with the map ..

    Many thanks.
    Alex