amf
How do integrate SabreAMF with PHP
Any help on this? Exam开发者_JAVA技巧ples from project site are not working..[详细]
2022-12-18 19:07 分类:问答How to encode (serialize) and decode (deserialize) AMF packets?
At the moment it seems I\'ve tried every trick in the book trying to get this to work. I need some way of encoding AMF requests and then decoding the responses. At this point I don\'t care what langua[详细]
2022-12-18 16:40 分类:问答Zend AMF implementation and AMF protocol security
I have a Flex frontend connecting via RemoteObject to Zend Framework\'s Zend Amf. This is my only means to transport data between client layer (Flex) and the application and persistence layers (LAMP w[详细]
2022-12-17 01:26 分类:问答How to set up PyAMF Django gateway so it uses AMF3?
How to set up PyAMF Django gateway so it uses AMF3 instead of the开发者_运维技巧 default AMF0?By default PyAMF supports both AMF0 (NetConnection remoting) and AMF3 (Flex messaging) of which RemoteObje[详细]
2022-12-16 08:25 分类:问答Service Browser for AMF calls (Flex to Java)
Has anyone used or is aware of a service browser to test AMF calls?I am looking for a tool similar to ZamfBrowser ( http://www.zamfbrowser.org ), but one that works for the Java environment. ZamfBrows[详细]
2022-12-14 22:17 分类:问答Security Sandbox Issues with Flex/AS3 and AppEngine
I\'m having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint.[详细]
2022-12-14 16:54 分类:问答How does Flex 3 datagrid paging work?
How does paging work, must Flex load in all the database records to determine how many pages to generate开发者_如何学JAVA?[详细]
2022-12-13 17:47 分类:问答Can anyone point me to a AMF library in either Delphi or FreePascal? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-13 07:20 分类:问答Flex RemoteObject: Arrays with same values reference same memory
If I send remote data from Zend_Amf to Flex, if two array properties on the object have the same data values they are deserialized at the remote end with the same memory storage.[详细]
2022-12-11 16:40 分类:问答Returning from Flex/ActionScript 3 Responder objects
I need to return the value from my Responder object. Right now, I have: private function pro():int { gateway.connect(\'http://10.0.2.2:5000/gateway\');[详细]
2022-12-11 11:39 分类:问答