News Examples Documentation Download Buy Forum Contact

Documentation

Plugins

XML Extensions

Tools


Third Party Software
for krpano

OrangeThumbs - Thumbnails Plugin orangethumbs.xml
by OrangeBox - mail@atlas-is.ru

Description

xml only, no flash!
Just include orangethumbs.xml, add title and thumburl atribute to scene node.
Easy to use.

Screenshot:

NOTE - this is a commercial plugin - to use it - it must be purchased. 9€
If this price too expansive, contact me

You can purchase this plugin through the link below.
Updates for this plugin are free!

Link to the share-it! order formular:

Syntax / XML Usage Example

This is XML only OrangeThumbs plugin.
Usage:
just include xml module in your main tour xml, and add title and thumburl atributes in scene node, thumbs will generate automaticly.

<krpano onstart="
	loadscene(first); 
	autothumbs_set(470,140,current); 
	autothumbs_show();
">

<include url="%CURRENTXML%/orangethumbs/autothumbs.xml" />

	<autothumbs 
		thumb_normal_effect="glow(0x000000,0.6,4,2);"
		thumb_hover_effect="glow(0xFFFFFF,1,4,10);"
		thumb_current_effect="glow(0xd0ffdb,1,4,10);"
		autohide="true"
	/><!-- autothumbs settings -->
	
	<textstyle name="onhovertext" 
		textcolor="0xFFFFFF" 
		effect="glow(0x2e362f,1,4,4);"
	/><!-- hovertext style -->

	<scene name="first" 
		title="Text of title here" 
		thumburl="Url to thumb file here"
	>
		...
	</scene>
	
	<scene name="second" 
		title="Text of title here" 
		thumburl="Url to thumb file here"
	>
		...
	</scene>
	
</krpano>

autothumbs_set(width, height, index of current scene); - start and size change action
autothumbs_show(); - autothumbs show action
autothumbs_hide(); - autothumbs hide action
thumbs position manipulate use - plugin[autothumbs] (scale, x, y, align, edge)

Example skin Orange (autohide="true")

CLICK TO VIEW EXAMPLE

Example skin LightGreen (autohide="false")

CLICK TO VIEW EXAMPLE