Hi,
you're asking about local usage, right? (with file:// urls)
The problem is Chrome never allowed loading
local xml files in HTML5...
Depending on the krpano version and the default settinge in the embedding script, krpano would automatically fallback to Flash in this case, but that's also only possible when the Flashpalyer is available.
It would be possible to start Chrome manually with the
--allow-file-access-from-files parameter to allow local access, but the better and recommended solution would be using a localhost server - e.g. the already included
krpano Testing Server.
Best regards,
Klaus