Flash data to PHP

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Flash data to PHP

Post 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.
User avatar
arjan.top
Forum Contributor
Posts: 305
Joined: Sun Oct 14, 2007 4:36 am
Location: Hoče, Slovenia

Re: Flash data to PHP

Post 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)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Flash data to PHP

Post by Jonah Bron »

If you're on Flash 8, go to the Flash help, and go to the Actionscript book. Then search.
Post Reply