• Hello!

    I use javascript interface:

    If I load pano without BLEND param - all ok

    Code
    krpano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP);");

    but i add BLEND param - loaded blackscreen ((

    Code
    krpano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP,BLEND(1));");

    The work exaple http://v360.ru/v/b5fl-t-2145/

    Help me please!

  • your syntax is a little incorrect. it should be,

    pano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP|BLEND(1));"); or
    pano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP|MERGE|BLEND(1));");

    use a | instead of a , to separate those commands.

  • Mmm..... from documentation example

    Code
    loadpano('%SWFPATH%/pano.xml', null, MERGE, BLEND(2));

    I try use your method

    Code
    pano().call("loadpano(../b58m/i.xml,null,IGNOREKEEP|BLEND(1));");


    but then BLEND param was ignored...

Participate now!

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