Hi,

I have an accordion menu with XML:

Below code:
<?xml version="1.0" encoding="utf-8" ?>
<data>
<item url="http://www.flashxml.net" target="_blank"><![CDATA[<mainmenu>Home</mainmenu>]]></item>
<list><![CDATA[<mainmenu>Info</mainmenu>]]>
</data>

The Menu works perfectly... Now my problem is, i have a flash panoramic viewer with XML and using krpano combobox. What i want now is how will i use the code of XML for the combo box for my accordion menu.

below code of the XML file for flash tour.

<krpano version="1.0.8.14" logkey="false">
<plugin name="combobox" url="virtualdata/graphics/combobox.swf" keep="true" align="lefttop" x="10" y="10"/>
<action name="combobox:Main Lobby">action(closeglobalobjects);ifnot(stopSequen ce === undefined,action(interruptAnimation);loadpano(vi
rtual0.xml,NULL,NULL,BLEND(1));</action>

<!--Raise sequence stopper and wait sequence time to break the delayed calls-->
ifnot (stopSequence === undefined,
set(stopSequence,true);
wait(0);
);
</action>
</krpano>

Your expert help and advise is greatly appreciated.

Thank you

Bryan