Object doesn't support property or method 'call'

  • Hi,

    I'm trying to use the krpano 'call' function in javascript.
    I work with the 1.19-pr3 version of krpano.
    Everything works fine except in IE11, get an error message " Object doesn't support property or method 'call' ".

    Please, help me to solve this problem.
    Thank you

    Code
    function krpano(){
    return document.getElementById("krpanoSWFObject");
    }
    function loadpano(xmlname)
    {
    krpano().call("loadpano(" + xmlname + ", null, MERGE, BLEND(0.5));");
    }

Jetzt mitmachen!

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