Tagged Questions

1
vote
0answers
15 views

Empty var when sending data from Flash CS5 to Zend_AMF service

After working with Flex and Zend_AMF i'm now working for another project (little game) with Flash CS5 and Zend_AMF. Retrieving data goes perfectly as long as i manage all the parameters in the ...
1
vote
1answer
36 views

What could be the reason Flash doesn't respond on local Zend_amf services?

I've (actually my classmate) got a problem with loading local ZEND_AMF services on Windows 7 (XAMPP). I can't find any answer on Google or on Stackoverflow. I found one similar topic without any ...
1
vote
1answer
679 views

ByteArray to MySQL from ActionScript 3 -> PHP via ZendAMF

I have an ActionScript 3 application that's sending an object to PHP via ZendAMF. The object contains a byteArray from an image. I have it currently saving the byteArray into a Blob like so: $ba = ...
1
vote
2answers
2k views

Cannot bind data to DropDownList control in Flex 4

I'm fetching some data from a PHP application using Zend AMF. However I can't get the data to bind to a simple DropDownList control. The PHP method is: class Test { public function myMethod() ...
0
votes
1answer
98 views

Some help to make AS3 and ZendAMF work together

after some research I found that the best option for my current proyect is to use AS3 in collaboration with ZendAMF to be able to connect with PHP->MySql. But, there is a little problem, I cant make ...
0
votes
1answer
138 views

Calling multiple functions with Zend AMF and one NetConnection?

I have Zend AMF working great in my application, but I'm trying to figure out how to call multiple asynchronous functions with a single connection. For example, let's say I have a service called ...
0
votes
3answers
40 views

ZendAMF - function calls in quick succession fail

I'm implementing AMF service methods for an flash front-end. Normally things work fine, but we've found that if two methods are called one right after the other, the second call returns null to the ...
0
votes
1answer
180 views

Structuring System Architecture in a Flex Web Application on a Budget (w/o Java)

I started a project a while back using the following architecture from Adobe Developer Article talking about Creating marketing platforms in Flex. I did my first set of coding locally forgetting that ...
0
votes
1answer
852 views

Flex RemoteObject + Zend AMF Server problem

I am working with php, Flex and zend's AMF Server using this guide. I successfully managed to connect php with Flex but after 'reconstruction' of my MySQL query I get a little bit different objects - ...