Carousel v0.1a

This is a quick mod of readily available code to make a mouseover thumbnail carousel for flash panorama player. Free and open source. Demo - .fla and .swf

I have only modified a very few lines of code in this and so, I am releasing it free and open source. I may in the future decide to work it up into a "proper" thumbnail carousel interface for fpp, and put a price on it at that time. There are a few parameters that can be set as per the usual standard: between and .

These parameters, and their defaults are:
centerx: -> this may not work as expected
centery: -> this may not work as expected
radiusx:300, -> half the width of the carousel
radiusy:100, -> half the height of the carousel, used to change "perspective"
path:"carousel.xml" -> path to carousel xml file relative to html file

The xml file for the carousel should be like this:

<icons>
<icon image="carousel2/iCal.png" title="iCal" tooltip="iCal" function="down" action="loadPano(?panoName=images/pool/poolz)"/>
<icon image="carousel2/iTune.png" title="iTune" tooltip="iTune" function="down"  action="loadPano(?panoName=images/pool/poolz)"/>
</icons>

Have fun with it!