Sorry to be a pain, but... I failed miserably. probably down to my incompetence and lack of coding experience.
I've changed my approach slightly but this is still along the same lines - different sections of the project will be new individual tours, eg, linking from an exterior tour to an interior one.
I've tried this and the link from the exterior to the interior results in a black screen although the new thumbnails are visible.
You can see the example here:
http://pgs-archive.co.uk/tour_test/vtour_exterior/tour.html
Incidentally, the thumbnails for the interior do work.
The hotspot is as follows:
<hotspot name="interiorStart" style="skin_hotspotstyle_upNewArea"
ath="70" atv="6.0"
handcursor="true"
onhover="tween(alpha,1);tween(scale,1);showtext(Interior Scene 1 - Day,buttonstyleHotspots);"
onout="tween(alpha,0.6);tween(scale,0.7)"
onclick="set(enabled,false);
set(view.maxpixelzoom,null);
set(view.fovmin,28);
tween(alpha,0);
tween(scale,0);
looktohotspot(interiorStart, 50, tween(easeOutQuad,1));
oninterrupt(break);
loadpano('../vtour_interior/tour.xml', startscene=scene_interior1, IGNOREKEEP, BLEND(1));"
>
</hotspot>
and the only thing I've changed in the exterior skin xml is the addition of the following:
<textstyle name="buttonstyleHotspots"
font="Arial"
fontsize="14"
border="false"
background="false"
textcolor="0xFFFFFF"
xoffset="10"
yoffset="-10"
fadeintime="0.2"
effect="glow(0x000000,1,4,2);dropshadow(2,45,0x000000,3,1);" />
<style name="skin_hotspotstyle_upNewArea" url="icon_arrow_up.png" scale="0.8" alpha="0.6" edge="top" oy="0" />
Everything else is as was constructed by the droplet with the exception of the main folder names (ie vtour to vtour_exterior and vtour_interior). The xml file for the exterior can be found here:
http://pgs-archive.co.uk/tour_test/vtour_exterior/tour.xml
and
http://pgs-archive.co.uk/tour_test/vtour…n/vtourskin.xml
What have I done wrong?
Thanks again for your patience and help.