Hi, Please, I need to include something like this in all scenes: <include url="controls.xml"> It is a control bar to place hotspot from a collection. Is there a way I can do it just once and not have to repeat it in every scene? Thank for the help.
<scene name="scene48"...>
<include url="controls.xml">
</scene>
I already tried to put the <include...> at the beginning and it doesn't work, the control bar is partially visible:
<krpano version...>
<include url="controls.xml">
<scene name="scene..."/>