Zend AMF is a PHP open source library used to serialize/deserialize AMF packages, part of Zend Framework.
Questions tagged [zend-amf]
73 questions
0
votes
2 answers
Accessing services directory when setting up Zend AMF in Codeigniter
I followed the instructions in this tutorial to set up Zend AMF as a way of passing data from my flash app to my PHP app:
http://codeigniter.com/forums/viewthread/180414/
So I have the directory structure and everything as described there. This is…

evansc
- 33
- 1
- 3
0
votes
1 answer
Flex AMF offline mode?
I am currently using Flex (Flash Builder 4) and making web service connections to a Apache PHP Zend AMF server to retrieve data.
This works great, but I am wondering what options are available for fault tolerance.
I know I can probably set up a…

Scott Szretter
- 3,938
- 11
- 57
- 76
0
votes
3 answers
Hide Stack Trace in Exception Response in PHP/Zend
I'm wondering if there is a way to hide the stack trace in an Exception in PHP. I'm running a Zend Amf Server under ZF and would like to handle the faults on the front-end but showing the stack trace (faultDetail) isn't something I want to come…

wajiw
- 12,239
- 17
- 54
- 73
0
votes
1 answer
flex - zend amf - how to convert to a mongodb compatible date and back?
In flex (flash builder 4) I have a Date() property that I am passing to Zend AMF (php) and I want to store that (as well as other data) in mongoDB.
Mongodb is complaining about the date because it comes across as a Zend_Date object, which appears to…

Scott Szretter
- 3,938
- 11
- 57
- 76
0
votes
1 answer
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 it work, and maybe its me, but the official…

Artemix
- 8,497
- 14
- 48
- 75
0
votes
1 answer
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 "MyService" and two functions called "init" and…

Corey
- 5,818
- 2
- 24
- 37
0
votes
1 answer
zend amf can not return big-int of MySQL database?
Well here is my query and and it works fine and the field friend_id is of type MySQL big-int
"SELECT friend_id FROM users_friends uf WHERE uf.user_id=1192134553 limit 2"
and the query returns the required result i.e
100002407532395…

Muhammad Irfan
- 1,447
- 4
- 26
- 56
0
votes
3 answers
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 flash front-end even though the method actually…

Nick Jennings
- 3,853
- 6
- 30
- 45
0
votes
0 answers
record locking in flex or zend amf
How do you handle record locking in a flex (flash builder 4) application with multiple users?
It is using zend amf to talk to a database (mongodb or mysql).
For example, if user 1 loads a client record for edit and user 2 loads the same client…

Scott Szretter
- 3,938
- 11
- 57
- 76
0
votes
1 answer
Flex 3 Zendamf Remote Debugging
I'm having some problems debugging my zendamf remote. I'm on a Mac running MAMP. I've got Flex 3 with the SDK 3.6 and Flash Player 10.
I've got Charles running. I don't see anything too weird although, I'm not sure what I should be looking for. I…

Laxmidi
- 2,650
- 12
- 49
- 81
0
votes
1 answer
Need help trying to get gateway running ( mx.rpc.events::FaultEvent #0 )
I followed the setup for http://www.zamfbrowser.org/documentation.html
When I access http://www.zamfbrowser.org/zamf_demo/gateway.php
When I access the http://localhost/gateway.php I get this error message which
There was an error loading the…

Moak
- 12,596
- 27
- 111
- 166
0
votes
1 answer
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 made his move, so that it will appear to be real…

Astromaz3
- 191
- 1
- 2
- 10
0
votes
1 answer
flex zend amf - display results in different labels
I've got a simple app that is currently getting information form a database and just displaying the content into a datagrid.
Instead of having this information displayed in a datagrid, I'd like to display it in a couple of labels (first name, last…

Adam
- 2,632
- 8
- 34
- 60
0
votes
1 answer
how to make Flex Authentication persistance?
Hi
I am using php on server side, once I authenticate flex channel set and then reload the application by refreshing the page , I again need to authenticate channel set by login in and calling cs.login(username,password);
I want flex application…

Mr Coder
- 8,169
- 5
- 45
- 74
0
votes
1 answer
Not getting the 'Zend Amf endpoint' mesage on dreamhost but OK on my localserver
I've been working with Zend Amf for few months and everything is fine on my localserver (and was fine on my test server hosted by dreamhost) until recently. Now every time I try to access the gateway via the URL (i.e. http://hostname/gateway/)…

Terence
- 361
- 4
- 6