PDA

View Full Version : Components


glennn
06-20-2002, 02:54 PM
basic newbie q. :
if i send info from an input text field as a variable to a php script, like "senderName" by "getUrl("domain/mail.php", "", POST);", how do i name a component like a radio button so that i can send that from the same form? (Macromedia's tutorials are for MIT grads...)
thanks,
glenn

Ricod
06-20-2002, 04:46 PM
Use a variable for that, and then send the value of that variable. Read up on Variables in the tutorial section :). I think that one is easier to understand ...

glennn
06-20-2002, 05:08 PM
yes, thanks, rico, but i don't see in Flash where to assign a variable to a radio button - there's a "var" field for text fields, but none for components - i've played around in the parameters, but there's nothing that assigns a variable name to a radio button, that worked for me anyway.

i'm reading in the variables tutes, in the meantime, but i didn't see it there either.

thanks, g