ashcoders] Writing to text file
Hello :)
in the FP10 see the FileReference.save() method
http://blog.everythingflex.com/2008/10/01/filereferencesave-in-flash-player-10/
EKA+ :)
2010/5/6 Lehr, Theodore
> Is it possible to use flash to write to a text file (maybe an
Merrill, Jason wrote:
in the FP10 see the FileReference.save() method
That's a bit misleading. You might want to also tell him what else he needs on
the server side to use that. You can't just use FileReference to save an XML
file on anyone's computer. FileReference won't let you write file
>> in the FP10 see the FileReference.save() method
That's a bit misleading. You might want to also tell him what else he needs on
the server side to use that. You can't just use FileReference to save an XML
file on anyone's computer. FileReference won't let you write files locally
from the Fl
Lehr, Theodore wrote:
not in a php environment - pretty much has to be a pure flash solution - if
possible...
Flash has no server power at all. It can make HTTP requests and do
socket connections, that's it. No random file writing on other computers.
, 2010 8:34 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Writing to text file
Use PHP or something like that as middleware. However can more than one app
instance run at the same time?
On Thu, May 6, 2010 at 8:24 AM, Lehr, Theodore wrote:
> Perhaps my methodology is wrong - here is wha
flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ekameleon [
> ekamel...@gmail.com]
> Sent: Thursday, May 06, 2010 8:13 AM
> To: Flash Coders List
> Subject: Re: [Flashcoders] Writing to text file
>
> Hello :)
>
> in the FP10 see the FileReference.save() method
>
import flash.net.FileReference;
var s:XML = Hello;
var file:FileReference = new FileReference();
file.save( s, "testing.xml" );
On Thu, May 6, 2010 at 8:13 AM, ekameleon wrote:
> Hello :)
>
> in the FP10 see the FileReference.save() method
>
>
> http://blog.everythingflex.com/2008/10/01/filerefe
ld do this?
From: flashcoders-boun...@chattyfig.figleaf.com
[flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ekameleon
[ekamel...@gmail.com]
Sent: Thursday, May 06, 2010 8:13 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Writing to text file
Hello :)
in the FP10 see the FileRefe
Hello :)
in the FP10 see the FileReference.save() method
http://blog.everythingflex.com/2008/10/01/filereferencesave-in-flash-player-10/
EKA+ :)
2010/5/6 Lehr, Theodore
> Is it possible to use flash to write to a text file (maybe an xml
> file)?
>
> ___
Lehr, Theodore wrote:
Is it possible to use flash to write to a text file (maybe an xml file)?
You can write to user chosen files using the FileRefernce class. You can
also use network comunication/ExternalInterface to cause other
applications to write to files. If you use AIR, you have f
Is it possible to use flash to write to a text file (maybe an xml file)?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
11 matches
Mail list logo