[flexcoders] Device connectivity

2007-05-27 Thread graysonpierce
Hello,

I was wondering if anyone has advise on how to develop a desktop app
that handles synchronization with a device that runs Flash Lite 1.1

Are there any API's in Flex or Apollo for copying data between a
device and the desktop (or the web)?  What type of data structures can
one use, XML, text files, etc.

TIA,

GP



Re: [flexcoders] Device connectivity

2007-05-27 Thread Weyert de Boer
You can only use loadVariables() in Flash Lite 1.1. Support for XML was 
added in Flash Lite 2.0. Neither does Flash Lite in general support 
Flash Remoting. You could consider using SWX made by Aral Balkan.
See: www.aralbalkan.com.

And of course it is pull only.. no pushing of content. You could do that 
in FL2.1+ using XMLSockets.

Yours,
Weyert de Boer