http://www.kirupa.com/developer/actionscript/xml_dropdown_menu.htm
i want to create a menu like one in this tutorial. but my xml file is little bit complicated to me. i don’t have any attributedsin my xml. this is my xml file
<CD-structure>
<Product_Group>
<ProductGroup>DI</ProductGroup>
<Description>Digital Images</Description>
<Category>
<PrimaryCat>DSC</PrimaryCat>
<Description>Digital Still Camera</Description>
<Sub-Category>
<SecondaryCat>Cyber-shot</SecondaryCat>
<Description>Cyber-shot</Description>
</Sub-Category>
<Sub-Category>
<SecondaryCat>Mavica</SecondaryCat>
<Description>Mavica</Description>
</Sub-Category>
</Category>
</Product_Group>
<Product_Group>
…
…
…
…
…
</Product_group>
<HeaderInfo>
<Copyrights>2004 xxx ELECTRONICS ASIA PACIFIC Pte Ltd. ALL RIGHTS RESERVED.</Copyrights>
<HomePageCaption>Welcome to xxxxx SUMMER 2004 CATALOGUE</HomePageCaption>
<HomePageWelcomeNote>Welcome to xxxxx SUMMER 2004 CATALOGUE . some detailed write up goes here …</HomePageWelcomeNote>
<HomePagePictureFileName>livingroom.jpg</HomePagePictureFileName>
<HomePageAudioFileName>Audio.swf</HomePageAudioFileName>
</HeaderInfo>
</CD-structure>
help me…