[flexcoders] Problem with loading multiple external xml files

2007-10-25 Thread msabljic
I have an array named 'source' which consists of external xml file names whose content i am trying to load into another array called 'content'. I tried with following: for (i=0; ihttp://localhost/temp/"; + source[i]; myXMLURL = new URLRequest (XML_URL); myLoader

RE: [flexcoders] Problem with loading multiple external xml files

2007-10-25 Thread Tracy Spratt
2007 9:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem with loading multiple external xml files I have an array named 'source' which consists of external xml file names whose content i am trying to load into another array called 'content'. I tried with follo