Hola again… As you might knowI buy and rate your menu. Just one question and maybe you can help. Is it possible to have an external xml file? Because I must change the content – sometimes. I start with this, but it won´t work.
//create menu var bm:BigMenu = new BigMenu(this);
//
var xmlLoader:URLLoader = new URLLoader();
var xmlData
ML = new XML ;
var request:URLRequest = new URLRequest(“menu.xml”
;
xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);
xmlLoader.load(request);
function xmlLoaded(event:Event):void { mXml = new XML ; bm.setXmlMenu(mXml); }
Hope you have a little time for a helping hand, Micha
Posted 3 months ago






of course, you may change menu every time in reatime in any subpages. Do this in 2 simple steps : 1. Load XML , 2. Set XML to menu
and of course prepare XML file










