Hi,
I recently redesigned and rewrote the entire UI/skin of the virtual tours of my website, to make them compatible for mobile devices, and in doing so I developed a couple of plugins that I thought some of you may like to use too.
The main one is a kind of scrolling thumbnails plugin, which allows you to group thumbs/scenes into sets or albums. It's useful when you have a large tour with many scenes. You can see an example here: http://uruguay360.com.uy/albums_example/, try resizing the window to see how it behaves on smaller viewport, or open it on a mobile device.
The usage is very simple, just by including the plugin xml a simple row of thumbs will be generated automatically. You can define albums just by adding album="Album title" to the first scene of the desired album, and it will contain all the following scenes until the next album="".
For example, to define a tour of 2 albums with 2 scenes each:
<scene album="Album 1 title" title="Scene 1 title" ...> ... <scene>
<scene title="Scene 2" ...> ... <scene>
<scene album="Album 2 title" title="Scene 3 title" ...> ... <scene>
<scene title="Scene 4" ...> ... <scene>
I also made a tooltips plugin, which may be used on any layer or hotspot. You can see it on the example, on the thumbs, buttons or hotspots.
It's based on the Krpano xml example, it uses the textfield plugin for the text, and the usage is basically the same. The main difference you might notice is that it doesn't use the mouse coordinates to position itself (oh and that it has an arrow!), instead it is positioned right above the element using it's absolute position, which brings me to...
The last plugin I made, which let's you find the absolute position/coordinates of a layer relative to the stage, no matter what its align, edge, scale, width/height, x/y or ox/oy settings are, of it or any of the infinite parents it may have. It works with the scrollarea too. You can also specify of what edge of the layer you want the coordinates.
So that's all, if any of you is interested in using them I will release them as Krpano plugins. I'd love to know what you think!
Cheers,
Hernán