... or use amfphp and you can send an array.
_rico
On 02.10.2008, at 21:16, Ryan Gravener wrote:
You can iterate through the dataprovider;
for each (var obj:Object in list.dataProvider) {
//do work
}
Ryan Gravener
http://twitter.com/ryangravener
On Thu, Oct 2, 2008 at 3:11 PM, ghus32 <[EMAIL PROTECTED]> wrote:
Hello Everyone,
I was wondering if any of you guys know how to extract data from a
list
control as each separate entry as a var?
I was to send each entry to my php script.
Ex. I have 4 entries in my list control I want to send file_name1,
filename_2, filename_3, filename_4 to my php script
thanks