Been busy trying to work out a solution but it seems to have me stumped with these Fatal Error messages. I'm starting to see the messages when I shut my eyes at night
Read up on more previous posts and found solutions using includes but I'd like to keep these tours in their own individual folders as some of them are enormous with loads of slideshow images, popup scrolling text windows and sound files. They all use the same look interface so really only one vtourskin.xml and one vtourskin.png should run them all.
For some reason I thought it would have been quite simple to have a single main directory with tour.swf, tour.js and tour.xml then a plugins folder and a skin folder and then each tour has it's own self contained folder.
Any references to plugins no matter which sub directory / folder they were in would be url="%FIRSTXML%/plugins/soundinterface.swf" etc,
The skin reference would be <include url="
../skin/vtourskin.xml" /> as the skin folder would always be just one directory above.
The index.html file in each individual tour folder would be like below as again the tour.swf and tour.js would always be just one directory above.
<script>
embedpano({swf:"../tour.swf", xml:"tour.xml", target:"pano", html5:"prefer", passQueryParameters:true});
</script>
but it's a no go......... Fatal Error....... Fatal Error...... Fatal Error Ahhhhhhh!