// -------------------------------------------------------------------------- // Get krpano js link // -------------------------------------------------------------------------- var krpano = document.getElementById("krpanoSWFObject"); function krpano() { return document.getElementById("krpanoSWFObject"); } // -------------------------------------------------------------------------- // Initialise krpano // -------------------------------------------------------------------------- $(document).on('startTour', function () { embedpano({ swf: "tour.swf", xml: "tour.xml", target: "pano", html5: "auto", consolelog: "true", mobilescale: 1.0, passQueryParameters: true }) })