Flash: How can I make a POST request from flash memory to my php processing page?

I basically have a form inside Flash that I need to submit to the server processing page, which will then return either json or xml if it works or not (json, xml, I suppose). My version of Flash is CS4, and I am wondering if there are any libraries or frameworks that I can use for this.

+3
source share
2 answers

Finding out how a structure or a complete library works should not be less work than using the provided flash classes.

, , flash, JSON, .

URLRequest URLLoader actionscript 3.

+1

URLRequest URLRequestMethod.POST. URL-.

+2

Source: https://habr.com/ru/post/1722147/


All Articles