Flash MX 2004 form help please!

Hello,

I’m trying to build a form that contains text fields, radio buttons, and check boxes and send those values to a server-side PHP script to email me the results.

By using loadVariablesNum() I could retrieve the text field values, but not the radio buttons and check boxes. (I think I need to use listeners.?)

How do I retrieve the checked values and what function is the best to send them? (loadVariablesNum(), loadVariables(), LoadVars???)

Thanks a lot!