Please explain about the connectivity of data using AMFPHP between the flash frontend and the mysql database?
+2
A:
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.
TC Wu
2009-11-24 10:19:56
+2
A:
It is basically a translation library.. converting PHP methods/object into Actionscript Objects - and visa/versa. It is very similar to using json_encode.
Phil Palmieri
2009-11-25 00:02:40