Anton
Anton

Reputation: 12435

How to make HTTP requests in actionscript 2

I'm fairly new to actionscript 2 and HTTP, but I need to be able to send an HTTP request message through actionscript 2. I'm not to sure how to do this. Thank you for the help ahead of time.

Upvotes: 1

Views: 4458

Answers (1)

Branden Hall
Branden Hall

Reputation: 4468

You use the LoadVars class:

http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00001161.html#305040

In particular you'll be using the sendAndLoad method.

Upvotes: 1

Related Questions