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: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of slackware2142 Sent: Monday, August 18, 2008 1:44 PM To: [email protected] Subject: [flexcoders] Really weird behavior (filestream) I have two applications in AIR project (1.1). One called, test1.mxml and other test2.mxml. EXACTLY same code in both, there's no other difference between them. Both apps try to read a local file using filestream, test1.mxml read the file and shows the content, test2.mxml doesn't. Is there any cache/settings that should I check in Flex? _____________________________________________ Claudio M. E. Bastos Iorio http://www.blumer.com.ar <http://www.blumer.com.ar>

