AMF0 doesn't support flash.utils.IExternalizable so you can not use FDS <mx:DataService> with AMF 0. People have had some success with custom RemoteObject implementations and AMF 0 but you should avoid sending types like mx.collections.ArrayCollection, flash.utils.ByteArray or any type that implements flash.utils.IExternalizable.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Collin Peters Sent: Wednesday, February 28, 2007 8:14 PM To: [email protected] Subject: [flexcoders] Using FSD with AMF0 Does anyone have any examples of using Flex Data Services (of Flex 2 fame) with AMF0? I will be working on a Flash Lite application that needs to use remoting. I haven't looked myself but I heard was informed that Flash Lite (for pocket pc) support AMF0 style remoting. I can't find any examples as such though. It is just like remoting for Flash 8? http://www.adobe.com/devnet/devices/pocket_pc.html <http://www.adobe.com/devnet/devices/pocket_pc.html> http://www.adobe.com/support/flash/downloads.html#flash8pro <http://www.adobe.com/support/flash/downloads.html#flash8pro> Regards, Collin Peters

