RE: [flexcoders] Can flex write to local file system

2007-04-04 Thread Ted Patrick
Not exactly true. Flex applications can store data locally on a domain basis using LocalShared Objects. You can think about these as advanced object structured cookies but in the end they do write data to the local file system although highly abstracted. It is a way to persist data locally for offl

RE: [flexcoders] Can flex write to local file system

2007-04-04 Thread Mike Weiland
As you've heard the answer is no, but your flex app can call a method on your application server that can. I suggest having your application server write out the xml file and save it that way. The theory would be you pass the data you want written to your application server it writes the file ou

Re: [flexcoders] Can flex write to local file system

2007-04-04 Thread Paul Andrews
- Original Message - From: "carltondickson" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 04, 2007 11:24 AM Subject: [flexcoders] Can flex write to local file system > Hi guys, > > I under stand Flex is for RIA but if it's just an embedded swf file > within HTML can it not just be used

Re: [flexcoders] Can flex write to local file system

2007-04-04 Thread Clint Tredway
No, but Apollo can do that. You can write an Apollo app that is flex based and run it on the desktop. On 04 Apr 2007 05:58:05 -0700, carltondickson <[EMAIL PROTECTED]> wrote: Hi guys, I under stand Flex is for RIA but if it's just an embedded swf file within HTML can it not just be used for