amfphp
FLEX + AMFPHP User Authentication
I am trying to create a fairly simple User Authentification system using FLEX and AMFPHP, but I have a question about security.[详细]
2023-02-16 15:48 分类:问答Calling AMFPHP from Red 5 returns a long double
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[详细]
2023-02-14 13:13 分类:问答Which PHP library to choose to handle AMF communication?
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.[详细]
2023-02-05 18:17 分类:问答Specifying content type for AMFPHP in cURL
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[详细]
2023-01-27 05:01 分类:问答FLEX/amfPHP ActionScript error 2048
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.[详细]
2023-01-21 18:27 分类:问答AMFPHP how to get object in php that is dispatched by flex?
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[详细]
2023-01-21 08:38 分类:问答Problem trying to post in facebook trough AMFPHP
I\'m using AMFPHP, and wrote a small function in php to post in facebook whenever it\'s called: function postear($pregunta,$winoption,$loseoption) {[详细]
2023-01-20 23:44 分类:问答AMFPHP call from server to client
Is it possible to call a client method from server using AMFPHP? For example if there is a Flash chat app with PHP backend.[详细]
2023-01-16 21:58 分类:问答AMFPHP overiding default function arguments?
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[详细]
2023-01-11 04:55 分类:问答How do I attach file information after saving a file
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[详细]
2023-01-10 02:22 分类:问答