• Hello,
    I can't edit position of thumbnails. I can only edit left-right position. I don't know what i'm doing wrong. thanks for any sugesstion!

    gallery1.xml

    xml.

    Code
    <plugin name="thumbnails"
        	url="plugins/as3Thumbsforkrpano.swf?TheXML=gallery1.xml"
       	align="leftbottom" x="900" y="10"
        	/>
        	<action name="s0">
    loadpano(44.xml,null,MERGE,BLEND(1));
    </action>
    <action name="s1">
    loadpano(2/60.xml,null,MERGE,BLEND(1));
    </action>

    pano is here: http://www.imprezy.rzeszow.pl/pano/report/ra…owski/1/44.html

    thanks for help *attention*

    Best regards

  • Hi, thanks for this plugin! But it seems we have some issues with using it.
    The thumbnails does not load and plugin shows “Loaded 2 of 10 thumbnails”.
    But some pictures does not have these problems. Could you please tell us what can cause these problems? Thank you!
    P.S. We have these problems on both server and local machine.

  • Hi everyone,

    first of all thanks a lot to Shanti for the great plugin.

    I have been studying it for the past hour and I have come across an issue I can't seem to solve.

    I shoot both full spherical and cylindrical panoramas. To display them properly in KRpano they need very different view settings. For cylindrical panoramas I need to limit the FOV.

    In this example:

    http://www.stefanzander.com/pano/thumbsstest/theorandall.html

    The first pano xml is limiting the FOV because it is a cylindrical. If you click on the second thumbnail, the second pano loads and the way it rotates is with the same FOV limitation of the first one, even though on it's own xml it is not limited.

    If you load the second pano directly it navigates like a spherical:

    http://www.stefanzander.com/pano/thumbsstest/fullscreen1.html

    So both panos are acting with the view settings of the first one.

    Has anyone come across an issue like this and knows a way around it?

    Many Thanks,

    Zander

  • Hi zander,

    I think the problem comes from your view settings in the first xml...
    code from your theorandall.xml :


    You have used the attribute limitview in a way that make impossible to tilt the camera up or down !!!
    limitview="lookat"
    vlookatmin="-0"
    vlookatmax="+0"
    It's ok...
    But, in your second xml , you have not changed the limitview attribute in the view settings...
    Then, this attribute continue to make impossible to tilt the camera up or down !!!
    That's not what you want... *unsure*
    There is no problem when you use it directly because the limitview was not defined before !!! *whistling*
    You have to change the view settings in your second xml adding limitview="auto"
    The code from your fullscreen1.xml will be like this:

    Code
    <view hlookat       ="0"
              vlookat       ="0"
              fov           ="90"
              fovmin        ="90"
              fovmax        ="90"
              fisheye       ="0.35"
              fisheyefovlink="0.50"
           	       limitview="auto"
              />

    I have tried this way and it works... *wink*

    Hope this help,
    Salut.

  • Dear Shanti,

    I use final beta 8 version of krpano and just tried your plugin and can't see anything. What I do wrong? Here my gallery 1 xml code
    <?xml version="1.0" encoding="utf-8"?>

    <images>
    <thumboptions>
    <ScrollSpeed>25</ScrollSpeed>
    <thumbW>120</thumbW>
    <thumbH>60</thumbH>
    <ThumbPadding>20</ThumbPadding>
    <ShownThumbs>8</ShownThumbs>
    <ThumbOffset>-100</ThumbOffset>
    <thumbH>70</thumbH>
    <InitialAlpha>.2</InitialAlpha>
    <font_type>Wide Latin</font_type>
    <font_size>15</font_size>
    <font_alpha>1</font_alpha>
    <font_color>0xffffff</font_color>
    </thumboptions>


    </images>

    <pic>
    <thumb>thumbs/test0.jpg</thumb>
    <panoToLoadXml>test0.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test1.jpg</thumb>
    <panoToLoadXml>test1.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test2.jpg</thumb>
    <panoToLoadXml>test2.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test3.jpg</thumb>
    <panoToLoadXml>test3.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test4.jpg</thumb>
    <panoToLoadXml>test4.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test5.jpg</thumb>
    <panoToLoadXml>test5.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test6.jpg</thumb>
    <panoToLoadXml>test6.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>

    <pic>
    <thumb>thumbs/test7.jpg</thumb>
    <panoToLoadXml>test7.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    <pic>
    <thumb>thumbs/test8.jpg</thumb>
    <panoToLoadXml>test8.xml</panoToLoadXml>
    <about><![CDATA[Text To Show]]></about>
    </pic>

    </images>
    And this is from main xml
    <plugin name="thumbnails"
    url="as3Thumbsforkrpano.swf?TheXML=gallery1.xml"
    align="lefttop"
    keep="true"
    />

    </krpano>

    Can you please advise where I messed up?

    Thanks a lot,
    Toga


    Have corrected everything but still have two things unsolved:

    1. I don't want my thumbnails to be transparent but there's only one parameter InitialAlpha. How I can make thumbnails 100% visible?
    2. I can place plugin leftbottom or lefttop but not center top, how to do that?
    Please help anybody who faced the same and settled successfully.
    thanks

    Edited once, last by rzayevt (September 9, 2009 at 10:40 AM).

  • Hi,

    Thanks for the plugin. I am practicing with a demo and have 14 panoramas loaded through scrolling thumbnails using 1 XML file.

    What I'm struggling to work out is where or how to add the code that sets the initial view for each panorama as they all have different starting views?

    The basic code is

    and then 14 of these

    Code
    <action name="thumb01action">
    action(loadpano, xml/01.xml);
    </action>

    Each of the 14 xml files looks something like

    The gallery1.xml is

    Would the code be added to any of those pages?

    Thanks,

    Andrew

  • Excellent. Many thanks for the solution Michel. I just got back from a well earned holiday from the computer and got the individual views loading no problem *smile*

    I had another idea also but not sure if it's possible with the plugin? Load just 3 thumbnails ( which I can do) but have a button on the left and right. Left button would show the previous 3 thumbs and right button would show the next 3 thumbs. I have read the threads again and didn't see that anyone had attempted this.

    Andrewhttps://krpano.com/forum/wbb/index.php?page=User&userID=43

  • Hi everyone,

    I'm new to Krpano and I want to implement it on my website. I was successfully trying locally on one of my computers a file using the scrolling thumbnails gallery. Everything was working fine, but I copied all my files, respecting directory structure to another computer and I got "loading error (IO Error)" message.
    I copied my directory structure to a different drive on the same computer and the error is the same as when moving my files to another computer.
    It seems that krpano is looking for my files in the wrong address "file:///C:Users/file.xml". I even tried using the complete path for my files, with the same result. I'm posting a piece of the code I'm using.

    Any advice would be greatly appreciated.


    <krpano version="1.0.8" onstart="action(load0);">

    <!-- <display flash10="off" stillquality="HIGHSHARP" />
    <view fov="90" maxpixelzoom="1.5" fovmax="120" fisheye="0" /> -->


    <!-- as3Thumbsforkrpano plugin: -->

    <plugin name="thumbnails"
    url="as3Thumbsforkrpano.swf?TheXML=galeria.xml"
    capture="false"
    keep="true"
    align="rightbottom"
    scale="1"
    y="-20"
    />

    <action name="loadpano">
    loadpano(%SWFPATH%/../../../%1, null, MERGE, BLEND(1));
    </action>


    <!-- actions for thumbnails, called from the as3Thumbsforkrpano plugin, see gallery1.xml -->

    <action name="load0">
    action(loadpano, C:\Users\Felipe\Desktop\Colegio\xmldocs\inicio.xml);
    </action>

    <action name="load1">
    action(loadpano, actos.xml);
    lookto(112.5,0,45,smooth(100,50,20));
    </action>

    <action name="load2">
    action(loadpano, biologia.xml);
    lookto(-150,0,45,smooth(100,50,20));
    </action>

    <action name="load3">
    action(loadpano, computo.xml);
    </action>

    <action name="load4">
    action(loadpano, hall.xml);
    </action>

    <action name="load5">
    action(loadpano, lectura.xml);
    </action>

    <action name="thumb06action">
    action(loadpano, psicomotriz.xml);
    </action>

    <action name="load6">
    action(loadpano, salon52.xml);
    </action>

    <action name="load7">
    action(loadpano, salon55.xml);
    </action>


    </krpano>

  • Hello, you didn't answer on my comment #167. Please let me know if anybody can help me with this:

    The thumbnails does not load and plugin shows “Loaded 2 of 10 thumbnails”.
    But some pictures does not have these problems. Could you please tell us what can cause these problems? Thank you!
    P.S. We have these problems on both server and local machine.

  • <action name="fed up">
    onclik="set(fabrice.commit suicide, true);"
    </action>

    gallery1.xml


    <images>
    <thumboptions>
    <thumbW>150</thumbW>
    <thumbH>70</thumbH>
    <ThumbOffset>0</ThumbOffset>
    <InitialAlpha>0.2</InitialAlpha>
    <ThumbPadding>10</ThumbPadding>
    <ScrollSpeed>20</ScrollSpeed>
    <ShownThumbs>5</ShownThumbs>
    <font_type>Arial</font_type>
    <font_size>20</font_size>
    <font_alpha>1</font_alpha>
    <font_color>0xffffff</font_color>
    </thumboptions>
    <pic>
    <thumb>vignettes/img1.jpg</thumb>
    <panoToLoadXml>thumb01action</panoToLoadXml>
    <about>1</about>
    </pic>
    <pic>
    <thumb>vignettes/img2.jpg</thumb>
    <panoToLoadXml>thumb02action</panoToLoadXml>
    <about>1</about>
    </pic>

    </images>


    krpano.xml


    <plugin name="thumbnails"
    url="as3Thumbsforkrpano.swf?TheXML=gallery1.xml"
    align="bottom"
    keep="true"
    x="0" y="-50"
    />
    <action name="thumb01action">loadpano(test sivory completbeta0.xml);</action>
    <action name="thumb02action">loadpano(test sivory completbeta1.xml);</action>


    so when i open krpano.swf
    i have this error message...

    ArgumentError: Error #2025: Le DisplayObject indiqué doit être un enfant de l'appelant.
    at flash.display::Loader/_load()
    at flash.display::Loader/load()
    at as3Thumbsforkrpano_fla::MainTimeline/loadThumbs()
    at as3Thumbsforkrpano_fla::MainTimeline/thumbLoaded()


    only one image appear on the thumbnails and works correclty....

    there is a message on the krpano.swf windows
    loaded one of two thumbnails..
    i'm a novice and i don't know how to resolve my problem...
    i someone have the soluce... it would be great .. i didn't read all the pages but some of its i didn't find the clue..

    thanks.

  • please give me an url so I can see the problem.


    Hello, you didn't answer on my comment #167. Please let me know if anybody can help me with this:

    The thumbnails does not load and plugin shows “Loaded 2 of 10 thumbnails”.
    But some pictures does not have these problems. Could you please tell us what can cause these problems? Thank you!
    P.S. We have these problems on both server and local machine.

    same here, can I see the url of the pano ?

Participate now!

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