RE: [flexcoders] Re: FileReferenceList crashing IE7

2008-05-13 Thread Battershall, Jeff
Try creating a new FileReferenceList each time. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nathanpdaniel Sent: Tuesday, May 13, 2008 2:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FileReferenceList crashing IE7 Using the

[flexcoders] Re: FileReferenceList crashing IE7

2008-05-13 Thread nathanpdaniel
Using the same one twice, and dumping the selected files into a list of files. If I use concat on my list of selected files, it's fine, but if I try to overwrite my list with the newly selected, it crashes it. --- In flexcoders@yahoogroups.com, "Battershall, Jeff" <[EMAIL PROTECTED]> wrote:

[flexcoders] Re: FileReferenceList crashing IE7

2008-05-13 Thread nathanpdaniel
For those who would like to know: private function selectHandler(event:Event):void { myFiles = files.fileList; } The previous function crashes IE7 on Windows Vista - I'd be interested in learning why. The following does not: private function selectHandler(event:Event):void { myFiles = m