Hi,
I have the answer
- in the first example the xml is loaded direct, the details is correct set,
- in the second example - there is the
tour.xml and the
1.xml:
in the
tour.xml - no details is defined, that means the default (=16) is used,
and from this
tour.xml the
1.xml is loaded with
loadpano() and the
KEEPALL flag:
|
Source code
|
1
|
loadpano(1.xml,null,KEEPALL,BLEND(2));
|
and this KEEPALL flag means all settings (including the details setting are kept

)
you can solve this problem by adding a <display> tag with a higher details setting in the
tour.xml or by changing KEEPALL to MERGE, but then you need to add
keep="true" to
every plugin that should be kept when loading other panos (e.g. the zoombuttons plugin
in your example)
best regards,
Klaus