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.

Please explain about the connectivity of data using AMFPHP between the flash frontend and the mysql database?

share|improve this question

3 Answers

up vote 3 down vote accepted

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.

share|improve this answer

It is basically a translation library.. converting PHP methods/object into Actionscript Objects - and visa/versa. It is very similar to using json_encode.

share|improve this answer

Here is a training video (about ActionScript binary interactions to the PHP back end to MYSQL).

http://www.gotoandlearn.com/play.php?id=78

http://www.gotoandlearn.com/play.php?id=79

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.