Flex2 custom RemoteObjectAMF0 component (AMFPHP 1.2 and Cairngorm 2 Login Example)
I created a custom RemoteObject that works with AMF0 (the old style of RemoteObject before Flex2′s changes) a couple months ago. The code was created with Flex 2 Beta 2 and Cairngorm 2. Today I updated the code base to work with Beta 3. (It works in Flex 2 release version now.)
You can find the example and source code here.
Here is my disclaimer on this code:
You have to keep in mind this is mimicing RemoteObject component functionality for AMF0, as AS3 and Flex2 have introduced a new AMF3 format. I do not recommend this code for production and am actually looking forward to to see how AMFPHP to AMF3 format will progress.
With that said, the code does work nicely to bridge the gap between making the jump to AS3 and using old code.
Also in the process of updating the code base I made a list of Beta 2 to Beta 3 changes. The changes need for this application are located here.
It works in Flex 2 release version now.
Pingback: diamondtearz » Blog Archive » Still plowing through Flex AMFPHP now with Cairngorm
Pingback: Last » Blog Archive » Flex2 custom RemoteObjectAMF0 component
Pingback: Mason’s Blog » Blog Archive » Latest Flex Links