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 <[email protected]> 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 <[email protected]>
>
> > Is it possible to use flash to write to a text file (maybe an xml
> > file....)?
> >
> > _______________________________________________
> > Flashcoders mailing list
> > [email protected]
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



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

Reply via email to