• Hello everybody.

    Does enybody knows what is expressinstall.swf for?

    i been using this code fore HTML:

    <html>
    <head>
    <title>Piriapolis. Puerto, Cerro San Antonio y Hotel Argentino</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <style>
    html { height:100%; }
    body { height:100%; overflow: hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; background-color:#000000; }
    a{ color:#AAAAAA; text-decoration:underline; }
    a:hover{ color:#FFFFFF; text-decoration:underline; }
    </style>
    </head>
    <body>

    <div id="krpanoDIV">
    <noscript><table width="100%" height="100%"><tr valign="middle"><td><center>ERROR:<br><br>Javascript not activated<br><br></center></td></tr></table></noscript>
    </div>

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


    var swf = createswf("krpano/krpano.swf");
    swf.addVariable("license","license.swf");
    swf.addVariable("xml","t1.xml");
    swf.addVariable("showErrors", "true");
    swf.embed("krpanoDIV");


    </script>

    </body>
    </html>


    But i found that the template of kmakemultires come like this:

    <html>
    <head>
    <title>krpano.com - t4.xml</title>
    </head>
    <style>
    body{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; background-color:#000000; margin:0; padding:0; }
    * html, * html body{ overflow: hidden; }
    a{ color:#AAAAAA; text-decoration:underline; }
    a:hover{ color:#FFFFFF; text-decoration:underline; }
    </style>
    <body>

    <div id="krpanoDIV">
    <noscript><table width="100%" height="100%"><tr valign="middle"><td><center>ERROR:<br><br>Javascript not activated<br><br></center></td></tr></table></noscript>
    </div>

    <script type="text/javascript" src="./swfobject/swfobject.js"></script>
    <script type="text/javascript" src="./swfobject/swfkrpanomousewheel.js"></script>

    <script type="text/javascript">
    // <![CDATA[
    if (typeof(deconcept) !== 'undefined')
    {
    if (deconcept.SWFObjectUtil.getPlayerVersion().major >= 6)
    {
    var so = new SWFObject("krpano.swf", "krpanoSWFObject", "100%", "100%", "9.0.28","#000000");

    so.addParam("allowFullScreen","true");

    so.useExpressInstall("./swfobject/expressinstall.swf");
    so.setAttribute("xiRedirectUrl", window.location);

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

    if ( so.write("krpanoDIV") ) { var mousewheelfixes = new SWFkrpanoMouseWheel(so); }
    }
    else
    {
    document.getElementById("krpanoDIV").innerHTML = '<table width="100%" height="100%"><tr valign="middle"><td><center>ERROR:<br><br>Adobe Flash Player 9 needed<br><br><br><a href="http://www.adobe.com/go/getflashplayer/" target="_blank"><IMG SRC="http://www.macromedia.com/images/shared/…lash_player.gif" BORDER="1"></a><br>...click here to download...<br><br><br><br></center></td></tr></table>';
    }
    }
    else
    {
    document.getElementById("krpanoDIV").innerHTML = '<table width="640" height="480"><tr valign="middle"><td><center>ERROR:<br><br><b>./swfobject/swfobject.js</b> not found<br><br><br><br><br></center></td></tr></table>';
    }
    // ]]>
    </script>

    </body>
    </html>

    i am missing lots of things. i just whant to know if this is wrong, or old, or it is just the same thing.

    Best,
    Nico

  • Hi,

    the expressinstall.swf comes from very old versions for automatically updating the flashplayer when the flashplayer was older then version 9, this is not needed today anymore,

    where have you found that template?
    not in the current versions, or?

    best regards,
    Klaus

Jetzt mitmachen!

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