News Examples Documentation Download Buy Forum Contact

Documentation

Plugins

XML Extensions

Tools


Third Party Software
for krpano

Scrolling Thumbnails as3Thumbsforkrpano.swf
by Shanti Gilbert - shantic@gmail.com

original source code from http://www.blog.noponies.com/archives/16
adapted for krpano by Shanti Gilbert - shantic@gmail.com

description:
Show a row of thumbnails at the bottom of the pano, they will scroll with the mouse and open the desired pano when clicked, please read the Readme.txt included for more information.

forum discussion thread:
krpano Forum - Scrolling Thumbnails

download:
as3Thumbsforkrpano_cs3_18mar2009_rev2.zip
(plugin and sources included, 58kb)


online example: (view xml sources - example.xml, gallery1.xml)
CLICK TO VIEW EXAMPLE


krpano xml example:
<plugin name="thumbnails" 
        url="as3Thumbsforkrpano.swf?TheXML=gallery1.xml" 
        align="leftbottom"
        keep="true"
        />

gallery1.xml example:
<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>thumbs/01.jpg</thumb>
        <panoToLoadXml>thumb01action</panoToLoadXml>
        <about>Kalamaki Beach 1</about>
    </pic>
    <pic>
        <thumb>thumbs/02.jpg</thumb>
        <panoToLoadXml>thumb02action</panoToLoadXml>
        <about>Pantokrator</about>
    </pic>
</images>