Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top