Beiträge von skrat

    Hi all,

    I'd like to embed krpano viewer, but I don't want to load configuration through external XML file. External XML file means that we need to trivial HTTP handler to generate those XML files. It's such a simple task that implementing it on server makes absolutely no sense. No to mention unnecessary request made from client.

    We'd like to construct XML in the browser and pass it to dynamically created krpano viewer. It seems there's no way to do this or am I missing something?

    My point is to include XML as string and pass this string to krpano. Thank you