Hi,
this depends how the other panos were loaded or if the buttons have the "keep" attribute set to "true",
e.g. when you load other panos with KEEPALL - all current buttons(plugins) will be kept,
but if you use MERGE instead of KEEPALL only the plugins with keep="true" will be kept,
this can be used to have different buttons on every pano,
e.g. use such loadpano call:
|
Quellcode
|
1
|
loadpano(pano2.xml,null,MERGE,BLEND(1));
|
have also a look on the "flags" here:
http://krpano.com/docu/actions/#loadpano
best regards,
Klaus