First and foremost - I am sorry if this is a question that has been answered hundreds of times on this site. When I typed the topic in it came back with a ton of related threads, and after reading thr
I have a java socket server that sends an Animal object to the Flash client when it connects. The object is sent like this:
I\'m currently migrating a large project from Flex 3 to Flex 4.5. The problem I\'m stuck on is network communication: we\'re using a custom protocol that we embed in AMF3, but it seems the messages se
I\'m trying to connect to a Zend-PHP service within a pure ActionScript program.I\'ve managed to use the service successfully using Flex.(But Flex mobile apps are bloated, and typically 10x bigger tha
I\'m currently trying to communicate between java and flex by using sockets and AMF serialized objects.
Hey there! I\'m trying to serialize data in AS3 but am running into a frustrating problem. Originally I had problems with \"myObjClass\" not being convertible, but after I discovered \"registerClassAl
I want to deserialize an Onlinegame AMF Stream to create various 开发者_运维知识库overviews (Items in stock, numbers of buildings, type of buildings etc.)
I would like to create some AMF files for caching on a server. I am wondering if the best approach is to reconfigure BlazeDS to create these files so it spits out local files (is there a tutorial or
I followed the setup for http://www.zamfbrowser.org/documentation.html When I access http://www.zamfbrowser.org/zamf_demo/gateway.php
can anyone think of a feasable protection of my Zend_AMF gateway? I mean, how can I prevent someone from calling my service methods?