Klaus,
I follow this flow :
Main.xml : implementation for all actions and tour control to load dynamically
---- tour.xml : default data for shared variables, all maps with hotspots and radars declarations
---- language.xml : all styles and texts ressources
---- pano*.xml : images, with a variable which defines the map to used (load from loadpano(pano.xml, null, null, BLEND(1));
It's running well.
Because I manage several maps in a same tour, I try to implement
Main.xml : implementation for all actions and tour control to load dynamically
---- tour.xml : default data for shared variables
---- language.xml : all styles and texts ressources
---- pano*.xml : with a variable which defines the map to used (load from loadpano(pano.xml, null, null, BLEND(1));
-------- map.xml : only map with hotspots and radars declarations used by the active pano (loadpano(map.xml, null, MERGE);)
In this case, the map loadpano(map.xml, null, MERGE); implement the right map with hotspots and radar... (ok)
but clear the pano loaded just before and display a black screen with the map.
So, I suppose that MERGE option is applied only for plugin, hostspot,... and not for <image...>...</image>.
Am I right ?
This post has been edited 1 times, last edit by "jpdeglet69" (Jan 13th 2011, 10:53am)