Hi,
thanks for the link!
I was not able to produce a error, also not with disabled cache any many many reloads,
but I have added now an the new possibility for the next release:
the "network.retrycount" can now be passed as variable during the flash embedding and
it will be parsed already before starting loading the first xml,
then you can do something like that:
|
Source code
|
1
2
|
swf.addVariable("network.retrycount","99");
swf.addVariable("xml","panoconfig.xml");
|
this forces files to be reloaded up to 100 times before showing an error,
the current default setting is 2, which means krpano will try to download a file up to 3 times,
best regards,
Klaus