I am trying to create a fairly simple User Authentification system using FLEX and AMFPHP, but I have a question about security.
I\'m running the latest build (I\'m pretty sure it\'s 1.0) on Ubuntu and I am calling a function on an amfphp service on another server.Everything seems to开发者_运维知识库 be in order, but I am getti
I\'m looking for a PHP library to handle AMF communication with a Flash client app. My server will be running PHP 5.3.5 and a cakePHP app.
I am using libcurl to create an http connection to an amfphp server. Do I have to set the content type to any specific format? I noticed there is a option called AMFPHP_CONTENT_TYPE in PHP cURL but I
Sorry about the mishmash of words in the title, but that\'s how confused I am. I can\'t even summarize the error I\'m getting in a simple sentence.
i am working on AMFPHP and i had this problem -> i am using XAMPP server with AMFPHP gate way for flex and this is working well for returning values from PHP
I\'m using AMFPHP, and wrote a small function in php to post in facebook whenever it\'s called: function postear($pregunta,$winoption,$loseoption) {
Is it possible to call a client method from server using AMFPHP? For example if there is a Flash chat app with PHP backend.
I\'ve got this odd problem. If I make a call on that function through amfphp service browser and give it a valid ID and leave the $num_images field blank amfphp will actually pass a blank string as t
I\'m currently working on a Flash application that needs to save files to Drupal. I already saved the file to the Drupal site with the File service, but I can\'t get to attach the file to the node wit