Yes, not very clean and might work for small VTs only...
This happens because I start loading the index.xml (which is basically the same pano of 9793.xml):
<script>
embedpano({swf:"index.swf", xml:"index.xml", target:"pano"});
</script>
What if I make my Virtual Tour with a single xml file, pano as scenes, and starting with this single xml, like:
<script>
embedpano({swf:"index.swf", xml:"virtualtour.xml", target:"pano"});
</script>
Can I solve the issue with things like autorotation and still be able to start from any pano of the VT?