GeoK,
As you can see the post, the hotspots are generated on-the-fly when scene is created. (Pro: same hotspotnames for different scenes, loading Just In Time).
Apparently I will face to the same issue and I see following scenarios:
a) create my own xml tag with hotspot attributes and scenename and load the particular hotspots on the onstart event of the scene;
b) create all hotspots outside the <scene /> tag and add the attribute scenename=parent_scene to each hotspot. On onstart event of the scene just set enabled=true for the hostposts where the scenename=currentscene.
(Cons: performance and memory issue when big image hotspots).
Has anybody a better idea?
Thank all of you,
Pavel