Nov 22, 2009
ZamfBrowser 1.1
Just posted an update to ZamfBrowser. ZamfBrowser can now generate code for use in either Flash or Flex based projects. Simply point ZamfBrowser to the source path folder where your code is, the "com" folder. Then enter the package you would like the services in, for example "com.project.services". ZamfBrowser will create a methods package and a classes package within the services package you specify. The classes in the "classes" package reflect the AMF services on the backend. Service calls can also be made by starting a method object by itself from the classes in the "methods" package. The Flex package uses the same class that ZamfBrowser uses to unit test methods. The Flash package has been lightly tested. As bugs come up please post them to the site http://zamfbrowser.riaforge.org Usage examples will follow soon at http://labs.almerblank.com

HI Almer,
I tried to send you an email but your general info@ address bounces my email.
Anyway, great job on the ZamfBrowser.
I've taken the liberty to improve your ZendAmfServiceBrowser class and I was wondering how the Adobe AIR app handles the types of objects. I would love to add support for native type recognition based on the PHPDoc.
I also added an @Service tag, this keeps all other public setters out of the browser.
Let me know what you think.
http://github.com/marijn/ZendAmfServiceBrowser/
And with Almer I meant Omar:)