Questions tagged [zend-amf]

Zend AMF is a PHP open source library used to serialize/deserialize AMF packages, part of Zend Framework.

73 questions
0
votes
1 answer

Zend_Amf & addDirectory() vs setClass()

Is anyone else having problems with Zend_Amf's addDirectory()? It is supposed to autoload service classes and doesn't seem to. Though it works with setClass just fine. See snippet below. Ive seen olders posts on ZF 1.8 that had a bug like this. Is…
dittonamed
  • 940
  • 2
  • 9
  • 17
0
votes
1 answer

Any suggestions on a basic PHP library for doing session management and authentication?

I am working on a project that exposes a number of web services to the public. Right now I have the serialisation side done (Using ZendAMF) and now I need to do the authentication. I was looking over Zend Session and Zend Auth and they look like…
Jotham
  • 1,122
  • 1
  • 10
  • 23
0
votes
2 answers

How do I move Zend Framework From Development to Production?

I'm just wondering if anyone else has had problems moving the Zend Framework from development to production. I changed my docroot to the public folder, updated my library path, but it's still not working out for me. The IndexController is working…
Kevin Remisoski
  • 489
  • 4
  • 9
0
votes
1 answer

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 my server did not handle Tomcat. So I said okay,…
phwd
  • 19,975
  • 5
  • 50
  • 78
0
votes
2 answers

AMF data is incomplete with Flex Service

I am bussy with a Flex Project with a data services. Flash builder installed Zend Framework with Zend_Amf. When i run the project i get the error NetConnection.Call.Failed: HTTP: Failed. With chalers i say that Zend_Amf give the error: AMF data is…
Timo
  • 7,195
  • 7
  • 24
  • 25
0
votes
2 answers

Service Browser for Zend AMF

I have some questions: Does Zend AMF has a service browser feature like AMFPHP does? Some people do mention about zamfbrowser, but at the time I'm posting this question, the site is still unavailable. Is there any possibility to use AMFPHP's…
Andree
  • 3,033
  • 6
  • 36
  • 56
0
votes
3 answers

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 game, I'll need the concept of rooms, and real time…
GrayB
  • 539
  • 3
  • 9
0
votes
1 answer

Integration of Zend_Auth and Zend_Acl with Zend_Amf_Server

Has anyone succesfully integrated Zend_Auth and Zend_Acl with Zend_Amf_Server? I'am looking for a working example.
user269474
0
votes
2 answers

A different service for my Flex app using Zend_Amf

I have an iterator service that works fine already and returns a correctly structured values to my flex application through my Zend Amf server $contacts = array(); mysql_connect( 'localhost', 'root', 'test' ); mysql_select_db( 'test'…
0
votes
1 answer

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 application is being rolled out to a 10k+ intranet…
yandos
  • 1
0
votes
0 answers

Zend Amf security

We basically deveolop flash games and it's often hacked by others. so am thinking of using zenamf. I would like to know more about secured zend conection. Is it possible to access the zend endpoint by a specific swf hosted in a server?
harilalkm
  • 456
  • 1
  • 4
  • 15
0
votes
1 answer

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
leegraham
  • 32
  • 4
0
votes
1 answer

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 my development machines. However, my client is…
Adrian
  • 155
  • 5
0
votes
1 answer

red5 v0.9: connect from red5 to zend_amf

I want to be able to connect from red5 to php's Zend_Amf in order to send commands and perform operations. how can i do so? can anyone please pinpoint me to any information available on the subject. thank you
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

zendamf can't load class in server

i am working on a flex php project where i am using zendamf to pass remotemessages. Everything works fine on my localhost, but when i upload the zendframework as well as the services, it seems gateway.php can't find my services on server. if i…