method of communication between flash an …

method of communication between flash and php(asp, jsp, pysp,ruby):
1. a little bit data: using loadVariables(flash 4 up), getURL(Flash 4 up), loadvars(flash 6 up), send request to http server example of getURL(“http://some?some=some”)

2. much more data example of array and object, using xml. php can product a xml file, using actionscript read xml file.