• Hi,
    I would like to use ordinary image (no panorama) as preview before panorama load.....
    and moreover, if I want to change loading stripe design or position...

    Is that possible?

    *smile* Have a good day!

  • Hi,

    Quote

    I would like to use ordinary image (no panorama) as preview before panorama load.....

    with preload="true" it is possible to load a image(or plugin) before the pano,
    e.g.

    Code
    <plugin name="previewimage" url="previewimage.png" align="center" preload="true" />

    this can be used to show the image before and while loading,

    to remove/hide this image after loading - hide/remove it in the onpreviewcomplete or onloadcomplete event (or both),
    e.g.

    Code
    <events onpreviewcomplete="set(plugin[previewimage].visible,false);" 
            onloadcomplete="set(plugin[previewimage].visible,false);" 
            />
    Quote

    I want to change loading stripe design or position...

    have a look here:
    https://krpano.com/docu/xml/#progress

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!