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 files locally 
from the Flash player - security restrictions.  Use FileReference to save a XML 
file on a server using server-side scripting in addition.  Or skip 
FileReference and call a webservice on the server to write the XML.

Now you are the one being misleading. That exact method allows you to save a file on the client.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to