trying the example provided

  • I'm just starting out with google maps and just following the example provided with the tools.
    I have a licenced copy but everytime I take the code into html
    It draws a blank

    <!-- Insert the pano code here -->
    <memory maxmem="350" /> <network downloadqueues="2" decodequeues="1" />
    <div id="aptDIV">
    <noscript>
    ERROR: no Javascript
    </noscript>
    </div>
    <script type="text/javascript" src="./swfobject/swfobject.js">
    </script>
    <script type="text/javascript" src="./swfobject/swfkrpanomousewheel.js">
    </script>
    <script type="text/javascript">
    if (typeof(deconcept) !== 'undefined' &&
    deconcept.SWFObjectUtil.getPlayerVersion().major >= 6)
    {
    var so = new SWFObject("krpano.swf", "krpanoSWFObject",
    "960", "480", "9.0.28","#000000");

    so.addVariable("pano", "googlemaps.xml");

    so.setAttribute("xiRedirectUrl", window.location);
    so.useExpressInstall("./swfobject/expressinstall.swf");
    if ( so.write("aptDIV") )
    { var mousewheelfixes = new SWFkrpanoMouseWheel(so); }
    }
    else

    {
    document.getElementById("aptDIV").innerHTML = 'Flash Player 9 needed';
    }
    </script>
    <!-- pano code ends here -->

    does anyone have any ideas?

  • do the files need to be on the server to test the plug in?
    I have also tried using it as url but still have had no luck.
    can someone tell me how can I at least view the example or replicate the example pano that came with the viewer?
    hmm

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!