Now I realize that creating files in debug mode using
applicationStorageDirectory creates a folder with the name of the mxml, NOT
the project name. SO, I have both C:\Users\MyUser\AppData\Roaming\Test1 and
C:\Users\MyUser\AppData\Roaming\Test2... 

_____________________________________________
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 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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of slackware2142
Sent: Monday, August 18, 2008 1:44 PM
To: flexcoders@yahoogroups.com
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
 

Reply via email to