How can you create an HTTP POST request in ActionScript 1?

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2010-03-08T14:02:29Z Indexed on 2010/03/08 14:06 UTC
Read the original article Hit count: 119

Filed under:

I have a text field that I'd like to support an arbitrary amount of text in. Right now the text is sent through an XML object request using GET. I'd like to use POST to send the data back to the server. Are there any good options in ActionScript 1?

© Stack Overflow or respective owner

Related posts about actionscript-1