Ciao a tutti, non so se è possibile, ma credo di si, in un sito in Flash AS3, richiama una barra menu con dei sottomenu da un file xml. Avrei bisogno di aggiungere un ulteriore livello al sottomenu ma non so come fare.
Questo è come è impostato il menu:
<?xml version='1.0' encoding='utf-8'?>
<menuentries>
<mainmenu
headline="NEWS"
module="edicola.swf"
modulexml="xml/News/news.xml"
modulewidth="780"
moduleheight="465"
backgroundimage="backgrounds/News/bg_news.jpg"
urllink=""
urltarget=""
>
<submenu
headline="EDICOLA"
module="edicola.swf"
modulexml="xml/News/edicola.xml"
modulewidth="780"
moduleheight="483"
backgroundimage="backgrounds/News/bg_edicola.jpg"
urllink=""
urltarget=""
/>
</menuentries>
ora al sottomenu EDICOLA vorrei inserire un ulteriore sottomenu ARCHIVIO EDICOLA.
Grazie.