[flexcoders] Re: Setting the desktop directory as the source of an image in a flex app

2010-04-08 Thread valdhor
It can in AIR. See http://livedocs.adobe.com/flex/3/langref/flash/filesystem/File.html File.desktopDirectory --- In flexcoders@yahoogroups.com, James garymoorcroft_...@... wrote: Can this be done? My app creates an image folder on the user's desktop and creates image snapshots in it. I then

[flexcoders] Re: Setting the desktop directory as the source of an image in a flex app

2010-04-08 Thread James
Cheers. Yep unfortunately I'm working in a regular web based flex app now and I wanted it so that it would create images on the users desktop in the folder and then dynamically set the source of an image component to these images so the user can preview the image they've just created within the

Re: [flexcoders] Re: Setting the desktop directory as the source of an image in a flex app

2010-04-08 Thread p...@vin Uttarwar
Hi, You can try FileReference.load and on complete event you can show the preview of that image to user.Look at the following URL for example. But here you will be not able to store images on desktop :(. http://mxmlexamples.com/?p=766 Thanks Regards, Pravin Uttarwar | Perennial Systems