Thanks Umalo
I understand I have not made my question v.clear...
this is the typeof thing I am trying to achieve...
http://www.vpix.net/index.php?tour=102855
however this involves using the combobox plug in and creating some form of onclick command that says (as in your advice I think) set a particular layer to "visible". So if there are 4 layers (=floors) then one of them could eacjh be selected from the drop down list. I just thought this would be a fairly normal requirement.
I have been tried loading some additional xml code by ten selected although I guess this is a clumsy way of achieving what I want?
BUT I DON'T BELIEVE THIS IS THE RIGHT WAY
e.g.
<plugin name="floor" url="plugins/combobox.swf" alturl="plugins/combobox.js"
align="rightbottom" x="1%" y="63%" width="15%" height="4%" visible="true" keep="true" alpha="1" rowcount="10" >
<item name="ground" caption="Ground" onclick="loadpano(floor.xml, null, MERGE, BLEND(2));" />
<item name="lower" caption="Lower Ground" onclick="loadpano(lower.xml, null, MERGE, BLEND(2));" />
<item name="first" caption="First Floor" onclick="loadpano(first.xml, null ,MERGE, BLEND(2));" />
<item name="second" caption="2nd Floor" onclick="loadpano(second.xml, null, MERGE, BLEND(2));" />
...
</plugin>
As you will see I don't really understand xml at all... I'm a photographer!!
Any guidance really appreciated!
Peter