Re: [Flashcoders] MDM Zinc v2.5 Trial _ Writing files to hard drive

2007-03-25 Thread Carl Welch
Google: http://www.google.com/search?q=zinc+write+files+to+hard+drive 2nd item down on the results page: The Local File System and Flash http://www.communitymx.com/content/article.cfm?cid=107B6 --Carl On 3/23/07, Ned Perry [EMAIL PROTECTED] wrote: Hi I need to make a Projector that writes

RE: [Flashcoders] MDM Zinc v2.5 Trial _ Writing files to hard drive

2007-03-25 Thread Carl Vorster
Hi, In Zinc you can use any of the following: FileSystem.saveFile() - Saves text data to the file specified. FileSystem.saveFileHEX() - Saves HEX data to the file specified. FileSystem.saveFileUnicode() - Saves text data to the file specified. Look at the examples on the Exchange -

Re: [Flashcoders] MDM Zinc v2.5 Trial _ Writing files to hard drive

2007-03-25 Thread Muzak
You can only create text based files (.txt, .xml, etc..). mdm.FileSystem.saveFile(myText.txt, some text to put in file); If you want to create a specific file type (e.g. fla) you could include an empty fla with the project and make a copy of it when needed ;-) regards, Muzak - Original

Re: [Flashcoders] MDM Zinc v2.5 Trial _ Writing files to hard drive

2007-03-25 Thread Weyert de Boer
You could consider wrapping it into a Apollo projector :) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] MDM Zinc v2.5 Trial _ Writing files to hard drive

2007-03-24 Thread Jobe Makar
Hi Ned, This should do it: mdm.FileSystem.saveFile(path, content) Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 252-627-8026 mobile: 919-609-0408 fax: 919-341-8104 - Original Message - From: Ned Perry [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com