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
 
----- Original Message -----
Sent: Tuesday, May 25, 2004 4:41 PM
Subject: [fugli] GET and POST

Hi all.. I hope this has a simple answer..
 
I'm trying to use "POST" to send some info to an asp file.  However, when I sent the info, it seems to be using "GET".. adding the variable to the URL..
 
The code i'm using is this:
 
variable = "test";
email_btn. () {
 getURL("http://www.bssc.edu.au/email.aspx", "", "POST");
}
 
And the URL opening is
 
I thought that was only a GET thing.. And the asp file requires a POST, not a GET, for it to work...
 
This is just a test i've built, but i need to get this to work for something bigger..
 
Can anyone advise me on what's happening with this?
 
Damien

 

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
---
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

Reply via email to