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.
Flash data to PHP
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
Re: Flash data to PHP
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)
For AS2:
http://www.adobe.com/support/flash/acti ... ry427.html
You have method send (GET, POST requests)
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Flash data to PHP
If you're on Flash 8, go to the Flash help, and go to the Actionscript book. Then search.