Flash/php checkbox array []

Hey, great place this with lots ov cleva ppl, which might be able to answer my question:

I want to send php script an array of checkboxes so that it picks on the ones that have bin selected. the way in html was: <input name=“menu[]”

so that the php script would process the checkboxes with [] the same name and put them into an array.

How do you do it in flash, is it the same way? e.g:

my_lv = new LoadVars ();
my_lv.fName[] = _parent.first_name_txt.text;
my_lv.fName[] = _parent.first_name_txt.text;

does this make sense to anyone?!! is it possible??

thanks, any help would be great on this :smirk: