Answered
AS2 variable
I have a site I am working on that is based on a full flash
template. In this site there is a contact form that has layers for
the input fields, actions and send buttons. The send is a movie
clip, in that clip is the send button.
Here is my problem. I can not figure out how to send the variables from the inputText via the button in the send movie clip. I have placed a button over the send movie clip for now and that seems to work fine. I just have no mouseOver effects for the send now.
I asume I need to call the variables from the _parent inputText fields. I can change the variables with my reset button (same as send) if i use _parent.name = "name:". How can I send these variables getURL _POST ?
Im sorry if this is confusing. I am new to flash and AS. Thank you for any help.
Here is the working code for "reset", how can I send these variables to my email.php via the "send" button in the same frame
Here is my problem. I can not figure out how to send the variables from the inputText via the button in the send movie clip. I have placed a button over the send movie clip for now and that seems to work fine. I just have no mouseOver effects for the send now.
I asume I need to call the variables from the _parent inputText fields. I can change the variables with my reset button (same as send) if i use _parent.name = "name:". How can I send these variables getURL _POST ?
Im sorry if this is confusing. I am new to flash and AS. Thank you for any help.
Here is the working code for "reset", how can I send these variables to my email.php via the "send" button in the same frame