RE: [flexcoders] Client-side "save as" functionality

2006-09-25 Thread Jonas Windey
25 september 2006 10:19 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Client-side "save as" functionality   Hello,   As far as i know you cant save to the local disk. Flash does not have permissions for that. The only way is to initialize a download command

Re: [flexcoders] Client-side "save as" functionality

2006-09-25 Thread EECOLOR
Hello,   As far as i know you cant save to the local disk. Flash does not have permissions for that. The only way is to initialize a download command using the FileReference class.     Greetz Erik       __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/fil

[flexcoders] Client-side "save as" functionality

2006-09-25 Thread Jonas Windey
Hi,   This is a sort of a re-post but I’m gonna give it another try. Does anyone know how you can save to a file without passing to a server? Like I have a string with some text in it, and I want to let the user save this text to a file. I think in the timesheet sample application, it