RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-26 Thread Cor
...@chattyfig.figleaf.com] On Behalf Of Gerry Beauregard Sent: donderdag 24 februari 2011 1:50 To: Flash Coders List Subject: Re: [Flashcoders] flash.filesystem not in Flash? In Flash Player 10 (without using AIR), it's possible to read from and write to a local files on the user's hard drive

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Peter Ginneberge
ed as "Publisher: UNKNOWN" and some security warnings. It's pretty hard to miss. - Original Message - From: "Henrik Andersson" To: "Flash Coders List" Sent: Wednesday, February 23, 2011 6:58 PM Subject: Re: [Flashcoders] flash.filesystem not in Flash?

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Peter Ginneberge
- Original Message - From: "Merrill, Jason" To: "Flash Coders List" Sent: Wednesday, February 23, 2011 6:47 PM Subject: RE: [Flashcoders] flash.filesystem not in Flash? i think AIR has negated the need for these windowless flash wrappers - are these still in pro

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Gerry Beauregard
In Flash Player 10 (without using AIR), it's possible to read from and write to a local files on the user's hard drive, provided the user chooses the paths to the files using a FileReference. See: http://www.mikechambers.com/blog/2008/08/20/reading-and-writing-local-files-in-flash-player-10/

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread John R. Sweeney Jr
Your welcome. That's great to here. Good luck with the rest of your project. Later, John on 2/23/11 10:56 AM, Cor at c...@chello.nl wrote: > Thank you! > > I already have it working in AIR. > I can't use AIR at my work (DOD security policy) but this is a home thing. > But every tip is welcom

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Henrik Andersson
Merrill, Jason skriver: i think AIR has negated the need for these windowless flash wrappers - are these still in production? Yes, the tools are still out there. AIR requires installation of the AIR runtime first. The wrappers do not, they are standalone .exes. For first time user, it woul

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Merrill, Jason
f America Global Learning ___ From: jared stanley [mailto:jared.stan...@gmail.com] Sent: Wednesday, February 23, 2011 12:09 PM To: Flash Coders List Cc: Merrill, Jason Subject: Re: [Flashcoders] flash.filesystem not in Flash? i think AIR has negated the need for these windowle

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread jared stanley
r > Sent: Wednesday, February 23, 2011 8:11 AM > To: 'Flash Coders List' > Subject: RE: [Flashcoders] flash.filesystem not in Flash? > > Thanks Andrew, > > I switched to AIR... > > Regards, > Cor van Dooren > www.codobyte.com > ---

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
ers List Subject: Re: [Flashcoders] flash.filesystem not in Flash? Hi Cor, I agree, you should look at AIR first. There are examples out there of reading and writing files and you already know AS, so less of a learning curve. This might help you. If you read this article and download the example file,

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread John R. Sweeney Jr
Hi Cor, I agree, you should look at AIR first. There are examples out there of reading and writing files and you already know AS, so less of a learning curve. This might help you. If you read this article and download the example file, you'll see how files are saved and retrieved to the users dr

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
y and those who don't." -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Henrik Andersson Sent: woensdag 23 februari 2011 17:28 To: Flash Coders List Subject: Re: [Flashcoders] flash.filesystem not in

Re: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Henrik Andersson
Merrill, Jason skriver: Or if you switch to a Flash wrapper tool like mProjector or Zinc. Wrappers are lame compared to AIR if you ask me. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/fl

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
lashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason Sent: woensdag 23 februari 2011 17:05 To: Flash Coders List Subject: RE: [Flashcoders] flash.filesystem not in Flash? Or if you switch to a Flash wrapper tool like mProject

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Merrill, Jason
...@chattyfig.figleaf.com] On Behalf Of Cor Sent: Wednesday, February 23, 2011 8:11 AM To: 'Flash Coders List' Subject: RE: [Flashcoders] flash.filesystem not in Flash? Thanks Andrew, I switched to AIR... Regards, Cor van Dooren www.co

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
lashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Andrew Murphy Sent: woensdag 23 februari 2011 14:08 To: 'Flash Coders List' Subject: RE: [Flashcoders] flash.filesystem not in Flash? Hi. :) For security purposes Flash does not have th

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Andrew Murphy
alf Of Cor Sent: February-23-11 05:10 To: 'Flash Coders List' Subject: [Flashcoders] flash.filesystem not in Flash? Hi list, I would like to create an explorer to let a user browse to a specific folder There he can select a txt-file to load in in Flash CS5. And after some string handl

[Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
Hi list, I would like to create an explorer to let a user browse to a specific folder There he can select a txt-file to load in in Flash CS5. And after some string handling, I would like so save the outcome to a XML file. But apparently flash.filesystem is only working with AIR. Can anyone help