Hi,
I have a flash menu which loads the menu link data from an xml file.
I need to remove the feature that loads the links from xml, and change the flash file so that the link data is contained within the flash file.
So NO xml is needed at all, and all data is contained in the flash file.
full source code will be supplied.
xml currently has about 20 links in it, with standard <a> link data: URL, link description text.
fla currently uses this code to load xml:
[code]
var my_xml = new XML();
my_xml.ignoreWhite = true;
my_xml.load(“menu.xml”);
[/code]
looking for job to be finished in the next 6 hours.
