Please explain about the connectivity of data using AMFPHP between the flash frontend and the mysql database?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
A simple answer:- AMFPHP allows an enabled flash or silverlight or javascript app to call functions and methods declared in the PHP backend. So if your backend php is returning a value, the flash/sl/js can pick it up and run with it. |
|||
|
|
|
It is basically a translation library.. converting PHP methods/object into Actionscript Objects - and visa/versa. It is very similar to using json_encode. |
|||
|
|
|
Here is a training video (about ActionScript binary interactions to the PHP back end to MYSQL). |
|||
|
|