Link to home
Start Free TrialLog in
Avatar of X-Tatic
X-Tatic

asked on

To and From FlashMX

I want a .swf to be able to retrive values from MySQL with the aid of a .php file. What is the best way to do this?

In flash, can i use:
object.sendAndLoad("filename.php",object,"POST");

but how do i display it. dynamic text box with html??

textboxname.htmlText = this["fieldname"];

im not sure exactly how to link the PHP retrieval to the flash actionscript.

$HTTP_POST_VARS?? How do i use this to send it back to flash??
ASKER CERTIFIED SOLUTION
Avatar of us111
us111
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial