Hallo Klaus, das Problem besteht immer noch obwohl crossdomain.xml bereits auf dem Server abgelegt wurde: http://media-qs.volkswagen.net/crossdomain.xml Danke für Hilfe Misha
thanks, Klaus for your response. crossdomain should not be the issue here. the requested image has access-control-allow-origin: * in response header. as I said the same example works in html5 mode but not in flash mode. please find a small example attached
Hello, I wonder why doesn't initvars work in flash mode. Source code 1 2 3 4 5 script embedpano({swf:"viewer/krpano.swf", xml:"iris.xml", target:"pano", html5:"auto", initvars: {mediaUrl: mediaUrl}}); xml <sphere url="http://%$mediaUrl%"/> in html5 mode everything works fine but in flash mode %$mediaUrl% is not resolved -> ERROR: Security Error - "http://%$mediaUrl%"
the problem with black screen was indeed due to not supported sphere format in html5 viewer. now with 1.18 it works. is cursor change still not supported in html5 viewer in new krPano 1.18?
Hello, would like to know whether its possible to customize cursors dependent on mouse navigation like QTVR in html5 viewer mode. but first I'd like to know why html5 viewer doesn't work at all in my case :) I set html5=prefer and see only black screen and no errors in console Thanks!