import flash.net.FileReference;
var s:XML = <category><node id="test">Hello</node></category>;
var file:FileReference = new FileReference();
file.save( s, "testing.xml" );

On Thu, May 6, 2010 at 8:13 AM, ekameleon <ekamel...@gmail.com> wrote:

> 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 <ted_l...@federal.dell.com>
>
> > 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
> >
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
http://ericd.net
Interactive design and development
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to