Hi I have a problem in combobox.
I have a 2 scene and 2 hotspot. I change the scene , I want to change combobox.
Ex:
Combobox on Sahne1 and Sahne2
Scene1 in hotspot1 click ı want to combobox name change the new name is Sahne2 but dont change :(
Combobox Code
<plugin name="combobox"
url="plugins/combobox.swf"
align="bottomright"
x="1"
y="43"
width="158"
keep="true"
onloaded="action(setupitems);();"
/>
<action name="setupitems">
removeall();
additem(Item 1, action(Sahne1) );
additem(Item 2, action(Sahne2) );
</action>
<action name="Sahne1">
plugin[combobox].selectitem(sahne1);
loadpano(1.xml,null,MERGE,BLEND(2)); );
</action>
<action name="Sahne2">
plugin[combobox].selectitem(sahne2);
loadpano(2.xml,null,MERGE,BLEND(2)); );
</action>
Hotspot Code
<hotspot name="hs1"
url="hotspot/hotspot_ani_white.swf"
keep="false"
ath="49.884235709652216" atv="-0.984391637848305"
zoom="false" distorted="false" details="8" flying="0"
width="69" height="69"
scale="1" scale9grid="" scalechildren="false" rotate="0"
rx="0" ry="0" rz="0"
edge="center" ox="" oy=""
crop="" ondowncrop="" onovercrop=""
visible="true" enabled="true" usecontentsize="false" handcursor="true" capture="true" children="true"
zorder="0"
alpha="1.00" blendmode="normal" effect="" smoothing="true"
refreshrate="auto"
onloaded=""
onover="set(autorotate.enabled,false)"
onhover=""
onout="set(autorotate.enabled,true)"
ondown=""
onup=""
onclick=" looktohotspot(hs1,auto,smooth(50,25,100)); action(Sahne2)); loadpano(2.xml, null, MERGE, BLEND(2));"
devices="all"
editor=""
maskchildren="false"
pixelheight="69"
pixelhittest="false"
pixelwidth="69"
/>