Question : HttpService question with Actionscript

Looking at the code snippet attached why doesn't my .send line work within the for loop? Does it view that as some sort of string or something along those lines?  the url line appears to work, but that .send() line only works if I remove the comments. This is something I am trying to do in Flex 3.0 in case that helps.

Thanks
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:

	
           
Open in New Window Select All

Answer : HttpService question with Actionscript

It's already created then, so just change the statement to:
fileArray.push([ptLumberService, "ptframing.xml"]);

That should push the reference rather than just a string.
Random Solutions  
 
programming4us programming4us