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, provided

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

2011-02-23 Thread Andrew Murphy
Hi. :) For security purposes Flash does not have the ability to writing data on the user's hard drive, except to the Local Shared-Object. AIR runs on the user's OS as an application, so it has been given more access. -- Andrew Murphy Interactive Media Developer

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

2011-02-23 Thread Cor
...@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 the ability to writing

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.codobyte.com

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

2011-02-23 Thread Cor
-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 mProjector or Zinc. Jason

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

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

2011-02-23 Thread Cor
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 Flash? Merrill

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

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

2011-02-23 Thread Cor
: [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, you'll see how files

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

2011-02-23 Thread jared stanley
' Subject: RE: [Flashcoders] flash.filesystem not in Flash? Thanks Andrew, I switched to AIR... Regards, Cor van Dooren www.codobyte.com -- There are only 10 types of people in the world: Those who understand binary and those

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

2011-02-23 Thread Merrill, Jason
___ 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 windowless flash wrappers

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

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 welcome

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 Peter Ginneberge
- From: Merrill, Jason jason.merr...@bankofamerica.com To: Flash Coders List flashcoders@chattyfig.figleaf.com 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

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

2011-02-23 Thread Peter Ginneberge
: UNKNOWN and some security warnings. It's pretty hard to miss. - Original Message - From: Henrik Andersson he...@henke37.cjb.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 23, 2011 6:58 PM Subject: Re: [Flashcoders] flash.filesystem not in Flash