Just installed AMFPHP on my local dev box and following the tutorials, all says it\'s installed correctly but the HelloWorld.php example doesn\'t work. Could开发者_如何学运维 this be because I\'m runn
I\'m wondering if anyone familiar with AMFPHP or low level data storage could explain why integers are being stored as two bytes instead of four.As far as I can tell, the AMF3 protocol demands a four
I am creating some application in flex and one of my purposes is to read content of file and display it in flex. There is huge problem, when I have file written in polish (which con开发者_如何学Gotain
Please explain about the connectivity of data using AMFPH开发者_JAVA技巧P between the flash frontend and the mysql database? It is basically a translation library..converting PHP methods/object into A
I have to call an existing AMF Method in a PHP (or Perl) Script and read its results. Is it possible to use amfphp to invoke it instead of serving AMFs? or use other tool? Am I trapped to use Flash?