|
Thanks, you were both right about GET and POST. Now that's opened
up a whole new problem.
See, the aspx file needs to recieve the files as certain names..
emailform.To, emailform.From and so forth. I tried using this
code:
var my_lv = new LoadVars();
my_lv.emailform.To = "[EMAIL PROTECTED]"; my_lv.emailform.From = "[EMAIL PROTECTED]"; my_lv.emailform.CC = ""; my_lv.emailform.Subject = "test"; my_lv.emailform.body= "test"; email_btn. { my_lv.send("http://www.bssc.edu.au/email.aspx", "_blank", "POST"); } But it's sending them as emailform = object or some such. Is there
a way I can force it to send the var name as "emailform.To" and value as "[EMAIL PROTECTED] blah blah"
without Flash getting confused?
Thanks for the help so far, it's been
invaluable.. From: Mike Pearce [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 May 2004 5:16 PM To: Flash Developers List Subject: [fugli] Re: GET and POST I wish my memory served me better...
Try running the swf in a browser. From memory (and
believe me it aint good ;-) ) The standalone uses (or at least used) GET instead
of POST and possibly even the IDE player - I'm not sure.
Sorry bout the vague answer but just try checking
the app in the browser and see if it's using POST.
=) Mike
--- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
Disclaimer: This email and any attachments may be privileged and confidential information intended solely for the use of the recipient. Bendigo Senior Secondary College cannot assure the recipient that the integrity of this communication has been maintained nor that it is free of errors, viruses, interception or interference. Any representations or opinions expressed are those of the individual sender, and not necessarily those of Bendigo Senior Secondary College. If you believe this email is unlawful, inappropriate or received in error please notify [EMAIL PROTECTED] ---You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 |
- [fugli] Re: GET and POST Mike Pearce
- [fugli] Re: GET and POST Hesh
- [fugli] Re: GET and POST Damien Mason
- [fugli] Re: GET and POST Mike Pearce
- [fugli] Re: GET and POST Damien Mason
- [fugli] Re: GET and POST Mike Pearce
