Tagged Questions

0
votes
1answer
73 views

Java LocalConnection Client

I'd like to connect a Flash Player instance (AMF3) to a Java LocalConnection. I know how to implement the AMF3 spec, since I've done a lot of work with Red5, but I'm unsure how to …
0
votes
0answers
6 views

How can I use TurboGears2 auth with PyAMF?

I'm using TurboGears with PyAMF behind a Flex client, and everything works well. What I want to do is expose just a AMF login method to the world, and only allow access to other …
0
votes
1answer
79 views

AMF client in Java

Hi I am using BlazeDS java client to get info from this page. This page has a form in the middle that when you select a type, the location combo on the button gets updated. I am …
4
votes
3answers
318 views

Flash: AMF3 with reference tables?

AMF3 specification defines use of so called "reference tables" (see Section 2.2 of this specification). I implemented this behavior in my AMF3 encoder/decoder I developed in Erla …
4
votes
2answers
185 views

UDP real-time games in Flash/Flex available Open source RTMFP implementation

Are there any examples of using the Flash 10 beta RTMFP UDP based protocol to build real-time Flash games. The RTMFP examples so far seem to focus on P2P networking between flash c …
0
votes
2answers
28 views

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'); var id:int = 0; f …
0
votes
0answers
24 views

Air / Flex / Zend Amf - How to move from localhost to web server enviroment?

Hi Everybody, I'm new to flex and Air development and have been stuck on a problem for weeks ;). Are there any Air + Zend Amf examples that use a real world web server and not lo …
1
vote
2answers
33 views

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. …
0
votes
0answers
39 views

PHP admin screens for Flex objects

I am creating Flex application that will call PHP via Zend_Amf. It's basically CRUD operations with file uploads sometimes. This will require to create admin screens for PHP side …
0
votes
2answers
103 views

AMF message structure?

Adobe's documentation for the AMF format does not seem to actually specify the structure of an entire AMF message. It only specifies the format of individual data types. I've rea …
0
votes
0answers
26 views

Django + pyamf: Strange exception when calling the gateway from actionscript application

Hi! Could you please help. I am using the django-amf-gateway application (http://bitbucket.org/wolever/django-amf-gateway). I defined the gateway this way: from django_amf_gate …
1
vote
2answers
162 views

How does AMF communication work?

How does Flash communicate with services / scripts on servers via AMF? Regarding the AMF libraries for Python / Perl / PHP which are easier to develop than .NET / Java: do they …
1
vote
2answers
53 views

Is AMF only for Flash?

I am new to AMF and I learned that AMF is supposedly very fast. I was wondering if I should use it for all my web services. Is it still fast without flash VM?
0
votes
1answer
38 views

What’s a good way to map from service fields to Flex value objects?

I'd like a generalized approach to mapping from conventionally-named and conventionally-typed database objects, delivered using AMFPHP, to Flex/Actionscript naming conventions and …
5
votes
5answers
174 views

Switching to ColdFusion?

Hello, I am currently building an Adobe Air desktop app for a medium sized company and I truley believe that I could use this same app for many other 'like-companies'. It will gre …

1 2 3 next
15 30 50 per page