Have you looked in the browser temporary files folder to see if it has turned up there?
I think that's the only place it'll be stored. I don't think Flash does any caching, it just relies on the browser cache. Giles Roadnight From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Maher Sent: 20 March 2007 16:33 To: [email protected] Subject: [flexcoders] Re: Flex Caching Data? As a follow-up... I am not writing this to disk myself. I am using an HTTPService to download the file, then processing it in memory into a data-store. Never (by me) is either the downloaded file, nor the data-store intentionally written to disk. I think, because of this, the two files being written I am concerned about (cache) are temporary internet files and normal swap-like disk caching. Thanks again --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Matt Maher" <[EMAIL PROTECTED]> wrote: > > I have a component which downloads a list of credit card numbers for > the customer to work through. This file is delivered to the container > as a CSV then turned into a collection of DTO objects. > > Is there a way to MAKE SURE that flash does not leave this on the disk > after the container closes (like closing a browser). > > I am worried about a laptop using our program once, then being stolen. > > Is this configurable? Encryptable? I've been digging but all the cache > info I find is about the swf file itself. > > Thanks! >

