• Hello to everybody,

    I am working on a webapp with included panos. Everything is loading just the panorama is not shown. has anybody maybe a solution?

    here the code:

    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

    <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=1.0;" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta names="apple-mobile-web-app-status-bar-style" content="black" />
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <link rel="apple-touch-icon" href="images/touch-icon-iphone.png" />
    <link href="images/startup.png" rel="apple-touch-startup-image" />
    <meta content="minimum-scale=0.9, width=device-width, maximum-scale=0.6667, user-scalable=no" />

    <title>Panoramawelten</title>

    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b1/j…e-1.0b1.min.css" />
    <script src="http://www.krpano.com/forum/wbb/>
    <script src="http://www.krpano.com/forum/wbb/>

    </head>


    <body>

    <div data-role="page" id="home">


    <script src="panos/see/see.js"></script>
    <div id="pano" style="width:100%; height:100%; z-index:100; background-color:none;">
    <script>
    embedpano({xml:"panos/see/see.xml", target:"pano"});
    </script>
    </div>

    </div><!-- /page -->


    </body>
    </html>


    Thank you and best regards!!

  • Where do you embed your krPano files???
    Normally there should be something like this in your <head>:

    Code
    <script type="text/javascript" src="player/swfkrpano.js"></script>

    ...? *confused*


  • Where do you embed your krPano files???
    Normally there should be something like this in your <head>:

    Code
    <script type="text/javascript" src="player/swfkrpano.js"></script>


    ...?


    It is here: <script src="panos/see/see.js"></script>

Participate now!

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