RE: [flexcoders] Re: How do I include a file in the AIR app-storage directory at install time?

2008-12-15 Thread Jim Hayes
If you're using flexbuilder to package, then probably the easiest way is to check "copy non embedded files to output folder" in project | properties | flex compiler, But I find this to be a bit messy at times. If not, then you can kind of cheat. When you publish your .air file, it will offer you th

Re: [flexcoders] Re: How do I include a file in the AIR app-storage directory at install time?

2008-12-15 Thread Johannes Nel
when creating an install you can include files which get dumped in the application directory. then on first time startup you use the file api to copy it over. no you should not write info in the application directory as permissions can be an issue, but copying from there is pretty simple. I have an