Tour problem on server upload/qtvr cursor not working [SOLVED]

  • I have a strange problem after uploading a sample/testing tour. There are 7 pans, two with hotspots. After uploading (at least twice), the two pans with hotspots are not showing up at all:

    http://www.canadarama.ca/tours/sample2/

    However, they ARE showing in the 'tour_editor.html' which I uploaded as well as a means of checking (and further confirms that all files are loaded on the server):

    http://www.canadarama.ca/tours/sample2/tour_editor.html

    I'm thinking this is something very simple/basic that I am overlooking *confused*

    My other issue is that the qtvr cursor isn't working ...again, it's there on the tour_editor version but not the other?

    Any assistance greatly appreciated!

  • OK, found the issue/fix re the pans not showing:

    Code
    <scene name="scene_01-100217-0516-pan-cyl" title="Olympic City Skyline" onstart="" thumburl="panos/thumbs/01-100217-0516-pan-cyl.jpg" lat="49.26291073034233" lng="-123.10511380434039" heading="0" devices="flash">

    ...not sure how/where the (devices="flash") got in there?

    Now, if I can just figure out why the qtvr cursor isn't working?

  • OK, got the qtvr cursor fixed too (compared the tour_editor.html with my index.html) and found:

    changed:

    Code
    <script>		embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano", html5:"prefer", passQueryParameters:true});	</script>

    To:

    Code
    <script>		embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano", html5:"auto", passQueryParameters:true});	</script>

    I could delete this entire thread but chances are good this rookie will need it again

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!