• is there a way to preload the first image so the screen looks more like every other viewer out there? I assume it should be done in the loading code, not the thumbbar.xml code.

    <krpano onstart="start();">

    <!-- use only a grid preview pano (to save download space) -->
    <preview type="grid(cube,2,1,256,0x000000,0x000000,0x222222);" details="16" />
    <view limitview="lookat" vlookatmin="0" vlookatmax="0" />

    <include url="../plugins/imagemenu.xml" />
    <!-- include image thumbbar xml script code -->
    <include url="../plugins/thumbbar.xml" /> <!--************** Logos **********************************************************************-->
    <plugin name="logo4" url="../plugins/logo4.png" keep="true" align="rightbottom" x="10" y="10" onclick= "openurl(http://rhmpano.com,_blank)"/>

    <action name="start">
    <!--
    syntax:
    create_thumbbar(numberofimages, align, orientation, x,y, width,height, border);

    numberofimages ... number of images
    align ... position of the imagebar (lefttop,left,leftright,top,center,bottom,righttop,right,bottom)
    orientation ... orientation of the imagebar (h or v)
    x,y ... position offsets
    width,height ... thumbnail imagesize
    border ... border around images
    -->
    create_thumbbar(5, left, v, 10,10, 120,90, 15);

    thumbbar_addimage('images/KA_045.jpg');
    thumbbar_addimage('images/KA_046.jpg');
    thumbbar_addimage('images/KA_047.jpg');
    thumbbar_addimage('images/KA_048.jpg');
    thumbbar_addimage('images/KA_049.jpg');


    </action>

    </krpano>

Participate now!

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