Hi Piotr!
I read in some postings that there were problems with hotspots in flat panos (image type="CYLINDER"). The first problem of positioning hotspots I solved using values like these "scale="0.002" ath="-0.255" atv="-0.025"". But while entering the hotspots with the mouse - the animation starts and the hotspots disappear. I tried to modify the skin_hotspotstyle for disabling the scale/zoom feature but that didn't work. Is it possible to use a kind of "skin_hotspotstyle_zoomless"?
Example: http://best360.de/kunden/HotelWebers1/ (last pano)
Another question:
I want to edit dynamically the start pano and I see that there is a kind of request for it in the spectrum.xml:
<action name="startup" autorun="onstart">
if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
loadscene(get(startscene), null, MERGE);
if(startactions !== null, startactions() );
</action>
How can I use this feature? Is it possible to add a variable at the end of a url like panoindex.html?startscene=scene1
Thanks for enlighting me 