Removing krpano from stage

  • hi

    i tried to remove krpano from stage which is embeded in a div tage using .call(unloadkrpano()) using javascript. but its not working

    any solution for this.

    how can i remove the embeded krpano from an html page and clear the memory and cache also

  • Hi,

    for the Flash version - just remove the Flash element or the containing div element,

    for the HTML5 version - call the 'unload' function of the krpano object,
    e.g.

    Code
    var krpano = document.getElementById("krpanoSWFObject");
    if (krpano && krpano.unload)
    {
       krpano.unload();
    }

    Best regards,
    Klaus

Jetzt mitmachen!

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