Page 1 of 1

Flash data to PHP

Posted: Fri Apr 04, 2008 2:38 pm
by tecktalkcm0391
How can I send data (almost like an AJAX) to a page, posting whatever information I want (without it having to send everything), then PHP would reply (echo text) and the Flash App can read the information...

The data would be returned like loggedin=true&user=Chris, since it seems Flash likes this form.

Re: Flash data to PHP

Posted: Sat Apr 05, 2008 8:02 am
by arjan.top
Are you using actionscript 2 or 3?

For AS2:
http://www.adobe.com/support/flash/acti ... ry427.html
You have method send (GET, POST requests)

Re: Flash data to PHP

Posted: Fri Apr 11, 2008 10:35 am
by Jonah Bron
If you're on Flash 8, go to the Flash help, and go to the Actionscript book. Then search.