Klaus, did the JS interface changed on the latest version?
before this worked:
Code
function krpano()
{
return document.getElementById("krpanoSWFObject");
}
alert(Number( krpano().get("view.hlookat") ));
now I get:
krpano().get is not a function
I tried the ones on the examples folder inside the 1.0.8 b9 and get the same error...