Beiträge von dannyboy

    Hi Klaus,

    After upgrading all the plugins to new version I get the following error which prevents anything from loading (Chrome Console Windows 10):


    Uncaught TypeError: Cannot read property 'split' of null
    at eval (eval at embedpano (krpano.js:10), <anonymous>:1:243311)
    at gd.a.registerSetterGetter (eval at embedpano (krpano.js:10), <anonymous>:1:41299)
    at Cf.G.registerplugin (eval at embedpano (krpano.js:10), <anonymous>:1:243263)
    at E (eval at embedpano (krpano.js:10), <anonymous>:1:213903)
    at gd.c.processUpdates (eval at embedpano (krpano.js:10), <anonymous>:1:224436)
    at Object.F.updateplugins (eval at embedpano (krpano.js:10), <anonymous>:1:140080)
    at yf (eval at embedpano (krpano.js:10), <anonymous>:1:30741)
    at d (eval at embedpano (krpano.js:10), <anonymous>:1:251169)

    When looking at the Sources tab in chrome dev tools on a beuatyfied version I get the following:


    l.registerSetterGetter("bgborder", function(a) {
    a = a.split(" ");
    var b = parseFloat(a[0]);
    isNaN(b) && (b = 0);
    l.border = 0 < b;
    l.borderwidth = b;
    l.bordercolor = parseInt(a[1]);
    a = parseFloat(a[2]);
    l.borderalpha = isNaN(a) ? 1 : a;
    l.mergedalpha = !1
    }, function() {
    return C.borderwidth + " " + Od(C.bordercolor) + " " + C.borderalpha
    });

    I've tried various edits in my html and xml files to debug, but have not found the issue, so help is needed :)

    The reason I've tried upgrading from pr14 was the android gyro bug.

    Hi Klaus
    Impressed with your work!
    I'm very interested in testing out the rtmp support. Does this work by just entering an rtmp url in the videourl or do I need to do something else? Also will this work with crossdomain?
    Rtmp is nice, but http streaming would be even nicer. Do you see this as a future possibility?
    Back in 2009 you wrote in the forum about version 1.0.9 giving us the possibility of using krpano as a flash component in a flex application. How far into the future do you see this, or is it possible somehow today?

    Again Thanks for your hard work! :D