RE: [flexcoders] Really weird behavior (filestream)

2008-08-18 Thread Gordon Smith
If you're running the apps at the same time, maybe it's a file mode problem where after the first app opens the file the second one is prevented from opening it. You need to determine whether the open or the read is failing. - Gordon From:

RE: [flexcoders] Really weird behavior (filestream)

2008-08-18 Thread Claudio M. E. Bastos Iorio
... _ Claudio M. E. Bastos Iorio http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Monday, August 18, 2008 5:49 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Really weird behavior (filestream) If you're running the apps