Question
Sending form data
Hello. I'm hoping someone can assist. I think this is
probably pretty simple, but I only know basic Actionscripting --
learning more as I go along. I have one input text field and a
submit button. This is a small Flash form that I'm creating for a
client to put on their website. I have this info from their
developer to use for this form...
// Form action url
&form_action=http://webpage&
//
// Info Box Field Names////////////////
&request_text_field_name=request_text&
&p_user_id=2345&
I just need to know how to use this in the Flash file to get the info to send. If this is fairly simple, I would appreciate it if someone could tell me how to do this, or point me towards a tutorial or something. Or just let me know that it's a bit complicated and I'll get someone else to do it for me! Thanks in advance!
// Form action url
&form_action=http://webpage&
//
// Info Box Field Names////////////////
&request_text_field_name=request_text&
&p_user_id=2345&
I just need to know how to use this in the Flash file to get the info to send. If this is fairly simple, I would appreciate it if someone could tell me how to do this, or point me towards a tutorial or something. Or just let me know that it's a bit complicated and I'll get someone else to do it for me! Thanks in advance!
