I have a ColdFusion server with an HTTP API that\'s currently returning either JSON or XML formatted responses. Internally, all of these responses are represented using the ColdFusion \'struct\' type,
We have a really strange problem with a piece of Fluorine integration we\'ve built. We have a form with a Captcha on it; the Captcha image is populated from a .Net/AMF webservice inventively titled G
I am using the rails3-amf gem by warhammerkid in my Rails 3 / Flex 4 project. AFAIK, I have correctly followed the \"Getting Started\" instructions from the GitHub page.
I am trying to do a simple Flex AMF call to a ColdFusion server via BlazeDS.Using a RemoteObject, I am trying to send a login request to the server, and responding with success or failure.For some rea
I have a Entity bean and it\'s corresponding ActionScript class when i transfer an object of that class i got that error:
I am using ExternalInterface in Flex to retrieve AMF encoded string from Javascript. The problem is the AMF encoded string sometimes contains \\u0000 which causes the ExternalInterface to return null
I am using pyamf with google app engine. I am trying to exclude a property fr开发者_高级运维om the pyamf encoding. This is the syntax I am using:
Could someone help me understanding binary data transferring between flash client and server? How do rtmp-servers work? How is video transferring between server and client? What\'s the difference betw
开发者_开发问答I have a Flex application that receives AMF encoded string from Javascript. The AMF encoded string contains class instances which need to be mapped to classes which have been registered
I have a java class which has one field with getter and setter, and a second pair of getter and setter that access this field in another way: