[osflash] [announcement] SabreAMF 0.2 is out

Evert | Collab evert at collab.nl
Wed Aug 9 16:53:59 EDT 2006


For the people who are interested,

SabreAMF 0.2 is out.. still beta, but it should be working pretty well. 
Some new features:

* support for flex 2 messaging system
* easy to use with new CallbackServer class

That might not sound really exciting, but it means you can now use AMF3 
with PHP..

You can find a sample for the CallbackServer here :
http://www.rooftopsolutions.nl/code/?p=SabreAMF&a=s&file=/examples/callbackserver.php

The corresponding MXML would be :

 <mx:RemoteObject id="RO" destination="MyRemoteObjectDest" 
endpoint="http://yourdomain/yourgateway.php"
      fault="Alert.show(event.fault.faultString), 'Error'">
      <mx:method name="HelloWorld" />
  </mx:RemoteObject>

The download is here : http://www.rooftopsolutions.nl/code/?a=d&p=SabreAMF

Evert

-- 
http://www.rooftopsolutions.nl/




More information about the osflash mailing list