Tagged Questions
2
votes
2answers
1k views
AMFPHP: Serializing Flash Objects over HTTP without the gateway
Flash + AMFPHP is a great combination. But there are cases, when Flash Remoting with NetConnection isn't the right tool, for various reasons. Rob had a great post on this some time ago: ...
1
vote
0answers
20 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
44 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
0answers
114 views
Using Zend_amf without other parts of the Zend Framework
I currently have a web application built using a custom MVC framework with a front controller. The frame provides for things like authentication, authorization etc.
The flow is currently as follows ...
1
vote
0answers
371 views
How to use getters and setters in PHP domain objects and transfer them correctly with Zend_Amf
I just started to use Zend_Amf and thus far I'm really happy with it for sending objects from Flash to the server.
Sending my objects from the server back to my Flash environment is causing me a ...
1
vote
2answers
577 views
how to connect from Flash Media Server 3.5 to Zend_Amf
i want to be able to connect from flash media server 3.5 to Zend_Amf (latest ZendFramework version). i tried doing the following:
function amfresponder ( ) {
this.onResult = function (result) {
...
0
votes
1answer
104 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
147 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
45 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
115 views
Is it possible to delay server response in multiplayer game? (edit: Can Long-Polling be done with php and flash)
I'm making a multiplayer flash game where at a 'table' more than two players will be playing. Its turn based. Using zendAMF can the server response be made to wait till the player whose turn it is has ...
0
votes
3answers
662 views
What AMF Servers Support Remote Shared Objects?
Greetings. I'm planning on building a Flex based multiplayer game, and I'm researching what will be required for the server end. I have PHP experience, so I started looking at ZendAMF.
Now in this ...
0
votes
1answer
210 views
Problems with scalability of flex apps using XML as a data structure?
I'm currently developing the backend of a flex application using Zend_Amf_Server and the decision has been made to to move a lot of the textual assets from the db and into some xml config files. The ...
0
votes
1answer
185 views
Zend AMF and Flash Tutorials
I'm trying to learn Zend AMF but with Flash instead of Flex. I've seen Lee Brimelow's introduction tut, but are there any others out there that cover things more in depth?
Cheers,
Lee
0
votes
1answer
167 views
Flex ImageCapture/BitmapData limitations on small screens?
I have developed an application that in the end will save a captured image of a canvas that's scaled up to 4000 pixels then upload the result to the server using ZendAMF. This all works fine on all of ...
0
votes
1answer
506 views
Zend Amf for Flash Builder 4
I have created a flash builder 4 project and using the zend amf as the IDE suggests.
But now its time to test in a online apache enviroment.
It is any security risks?
Can i easily move or hide the ...