|
|
 |
Re: FN-FORUM: Flash & XML
date posted 24th June 2003 23:27
Hello Dan,
I have the following in frame 1:
// load in product categories from xml file
var myArray = new Array();
var catList;
catList = new XML();
catList.ignoreWhite = true;
catList.load("menu.xml");
catList.onLoad = loadMenuArray;
function loadMenuArray() {
menuArray = new Array();
menuYPos = 0;
for (var count01=0; count01 |
 |
|