I found unexpected problem with swfkrpano.js when krpano.swf is hosted outside of domain.
Zooming with mouse wheel inside the pano causes scrolling the page.
http://solun.bg360.net/test.php
var swf = createswf("http://bg360.net/krpano/krpano.swf","krpanoSWFObject", "100%", "86%");
swf.addVariable("xml","http://solun.bg360.net/sveti-dimitar/sveti-dimitar.xml");
swf.embed("krpanoDIV");
http://solun.bg360.net/test2.php
var swf = createswf("krpano/krpano.swf","krpanoSWFObject", "100%", "86%");
swf.addVariable("xml","sveti-dimitar/sveti-dimitar.xml");
swf.embed("krpanoDIV");