amf
Suggestions for getting PHP to act as an AMF client
I have been looking at Zend AMF and AMFPHP to see if either can operate as a client and I am not finding anything that says it definitely can or cannot operate as a client.[详细]
2023-01-04 20:52 分类:问答Java library to encode / decode AMF
I currently have a Java server that talks to a Flash client by passing JSO开发者_如何学JAVAN encoded data over a binary socket connection. Is there a way on either side to encode / decode packets as A[详细]
2023-01-02 09:34 分类:问答Coldfusion returning typed objects / AMF remoting
Is the same possible in ColdFusion? Currently I am using .Net/Fluorine to return objects to the client.[详细]
2023-01-01 06:15 分类:问答use AMF instead of JSON on iPhone? (for web services)
Although iPhone support JSON natively, AMF is a binary protocol and it supposes to use much less bandwidth.Do you think using AMF is a good idea?[详细]
2023-01-01 05:47 分类:问答Any Ruby AMF clients out there?
I\'m looking for a way to push/receive AMF0 / AMF3 messages in Ruby(Rails). From what I read rubyAMF can only act as a server.开发者_运维问答[详细]
2022-12-31 10:56 分类:问答ActionScript: Type coercion problem with BlazeDS/AMF and class interfaces
I\'ve got a problem with type coercion in a Java/Hibernate/BlazeDS/Flex-Setup. First of all, my classes look like this:[详细]
2022-12-31 04:55 分类:问答How to parse AMF data in Ruby?
So I see that there are a few Rails plugins for serving AMF. However, is there a library that I can use in a Ruby environment to act as an AMF client: to read AMF data, and deserialize it into a Ruby[详细]
2022-12-31 02:14 分类:问答Serializing to/from Adobe AMF in C#/Mono?
Using Zend_Amf it\'s po开发者_如何学编程ssible to serialize php objects to/from Adobe AMF format.[详细]
2022-12-30 11:16 分类:问答AMFPHP AMF0 and AMF3 [closed]
It's difficult to tell what is being asked here. This开发者_运维百科 question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2022-12-29 00:29 分类:问答AMF through a BinarySocket written in .net
I have a windows service behaving as a Binary Socket sending data to flex applications. Once I try to send strings or int\'s or any other native data-type, everything is working great.[详细]
2022-12-28 13:10 分类:问答