RemoteObjectAMF0 swc for Flex 3

Posted on June 16, 2008 | 4 comments

There was a small change in Flex 3 that causes the RemoteObjectAMF0 class to not compile in Flex 3 apps. I have updated the class and the swc.

The updated RemoteObjectAMF0 code can be found in the renaun_com_RemoteObjectAMF0_flex3.swc in the zip file at – http://renaun.com/flex2/RemoteObjectAMF0/renaun_com_RemoteObjectAMF0.zip

NOTE: updated again to add a line to delete references to the responders after it is passed back.

  • Bjorn Schultheiss

    I noticed another problem with the objects not getting released for GC.

    It had to do with a reference in _methodResponderLookup not being cleaned up.

  • http://www.renaun.com Renaun Erickson

    I added a line of code to get rid of the reference in the _methodResponderLookup object after it returns the responder.

  • runbao

    I have a try example
    but is error:
    Severity and Description Path Resource Location Creation Time Id
    1144: 接口方法 fault (位于命名空间 mx.rpc:IResponder 中)是通过类 com.adobe.cairngorm.samples.store.command:GetProductsCommand 中不兼容的签名实现的。 renanC/src/com/adobe/cairngorm/samples/store/command GetProductsCommand.as line 51 1214302753218 4194

    why?

  • Konstantin Elstner

    nice work, thx ;)

  • Pingback: dashart.de - dahinter » Flex3 Remoteobject auf Basis von AMF0