Hi all,
I have just released the version 1.5.0 of the sfAmfPlugin.You can get it from here.
The new version brings some fixes and new features. Most noteably:
- Updated version of SabreAMF inlcuded (latest development version)
- Symfony 1.3 and 1.4 Support
- First version of a AMF Service Browser (thanks to BenoƮt Gouchet)
The plan for the next version shows improvements for Class Mapping, VO and Caching. And I promise to create a better documentation for it…
No tags


and1hotsauce · 23. January 2010 at 14:17
Hello,
It works fin with ymfony 1.2 but i can’t get it work with symfony 1.4. The gateway give a “Login Required” (the amfgateway module). I’ve tried with a fresh new project without changing the “is_secure” but same problem.
I’ve also have followed this tutorial : http://www.symfony-zone.com/wordpress/2009/04/15/helloworld-example-with-flex-and-symfony/. But same problem.
Any idea ?
Thanks
Guille · 24. February 2010 at 20:56
Hello,
I’ve been using the amfbrowser and found one little bug:
In the amfbrowser template, the url for each service is ‘…/amfBrowser/..’ but that url doesnt work (at least for me). So I changed the file to ‘…/amfbrowser/…’ and worked well.
In second place, i’ve been trying without success, to send to my service an object as parameter. The amfbrowser get it as a string or a bad formatted JSON.
How should I do to write the object to pass it as parameter? Cause i followed the instructions you wrote on the README file, but that doesnt work for me.
Thanks in advance
Sergio Marcano · 2. March 2010 at 20:04
I have the same problem.
i’ve tried many things and nothing..
we should keep working and share the solution.
regards
sergio · 2. March 2010 at 23:42
I`have the same problem.
did you find the solution?
Regards
Patrick Schirch · 7. March 2010 at 14:51
@and1hotsauce
The correct value for is_secure option in “modules/amfgateway/config/security.yml” is “false” not “off”. The value “off” won’t disable the security function in newer symfony versions.
Sharif · 7. June 2010 at 15:34
How do i map my doctrine classes with amfclassmappnig? or do i need to create a new object and interate over the result set to return it. Also when im passing a valueObject from flex to the server, it complains about the paramater needs to be of type valueObject.
So for example… TeamVO as a param… but yet it complains the param is not TeamVO.
Markus Staab · 31. July 2010 at 16:49
the next step would be to generate also the flash classes for the client side, so we can use the doctrine models also on the client.