Hi,
My problem is that, before loading a file, its name goes through some krpano actions: first it's set as a property of plugin, then concatenated with another string and finally loaded. I've seen a couple of times that KRPano sometimes doesn't respect case sensitivity (something is set as "AaA" and later shows up as "aaa"), which is not such a big problem, since the entire thing is case-insensitive.
only the xml node and attribute names are case insensitive, but the case of values itself should not...
but you have an example?
This only happens with the embedded swf. Everything works perfectly when using krpano.swf and unembedded files.
are you on windows - the window filesystem is also case insensitive, maybe this is the reason why it works, on a linux web server you would also have the problem with different case,
best regards,
Klaus