----- Original Message ----- 
From: "yaagoub.nujaidi" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, September 20, 2007 9:14 PM
Subject: [flexcomponents] Saving to File


> Does Flex have the capability to save to file whether on the local
> machine or on the server when it is invoked in a browser?

Not directly, no.

> I have written an application that draws dynamically components and was
> able to generate an XML representation of what had the user drawn, but
> I want to save the XML into a file on the local machine or server if
> the application is invoked via the browser.

If you want to save on the local filesystem, you'll need to use Adobe AIR (a 
local runtime environment) or a 3rd party projector runtime such as mdm 
zinc.

If you want to save on the server that the browser loaded the app from, then 
you'll need to write some server side code to accept the data from the flex 
app and write it to the local filesytem on the server.

Paul

> I appreciate any kind of help.

Reply via email to