Beiträge von rich shipley

    Well guys this scroller is kinda old, and the code is really a mess, I have been searching for other components to adapt for Krpano such as this one

    http://flashotaku.com/blog/thumbnailscroller-component-as3/

    that one offers a lot more options already built in and it should be easy to adapt (hopefully) so if anyone is interested I can give it a shot, I haven't had a lot of free time lately but I think Krpano needs a better thumbnail scroller than mine :)


    what do you guys think?

    Shanti - that looks fantastic! Have you had time to work on it yet?


    Thanks,

    Rich

    I am using Autopano to create the basic tours. I have the gallery.xml file working to where the thumbs are showing on the opening tour image. But I cannot figure out how to make the thumb image link to the next tour. Does anybody have experience with this? I sure could use some help getting the links to work. Below is my gallery.xml with the linking not working:


    <?xml version="1.0" encoding="utf-8"?>

    <images>
    <thumboptions>
    <ScrollSpeed>25</ScrollSpeed>
    <thumbW>140</thumbW>
    <ThumbPadding>20</ThumbPadding>
    <ShownThumbs>3</ShownThumbs>
    <ThumbOffset>+200</ThumbOffset>
    <thumbH>70</thumbH>
    <InitialAlpha>10</InitialAlpha>
    <font_type>Wide Latin</font_type>
    <font_size>15</font_size>
    <font_alpha>1</font_alpha>
    <font_color>0xffffff</font_color>
    </thumboptions>

    <pic>
    <thumb>thumbs/1thumb.jpg</thumb>
    <panoToLoadXml>0</panoToLoadXml>
    <about><![CDATA[Living Room]]></about>
    </pic>

    <pic>
    <thumb>thumbs/2thumb.jpg</thumb>
    <panoToLoadXml>1</panoToLoadXml>
    <about><![CDATA[Bedroom]]></about>
    </pic>

    <pic>
    <thumb>thumbs/3thumb.jpg</thumb>
    <panoToLoadXml>2</panoToLoadXml>
    <about><![CDATA[Pool]]></about>
    </pic>

    </images>
    In case it will help here is a screen shot of the directory structure:



    Thanks,

    Rich