[Flashcoders] Saving user feedback to file

2008-08-11 Thread Adrian MacTaggart
Hello, I need to create a Flash movie that can save user feedback to a file. The saving doesn't need to be very sophisticated but it does need to be very stable since it will be appearing in a public space and recording (museum) visitor feedback. There will be a number of objects, e.g. 10

Re: [Flashcoders] Saving user feedback to file

2008-08-11 Thread Lair Nicolas
Hi Adrian, you can check The Local Shared Object http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16194 http://www.tutorio.com/tutorial/flash-cookies-local-shared-objects-tutorial Or you can export your movie as an AIR Application and be able to write files in xml, csv, ... format

Re: [Flashcoders] Saving user feedback to file

2008-08-11 Thread Paul Andrews
a wrapper to access the local filesystem. Paul - Original Message - From: Adrian MacTaggart [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, August 11, 2008 10:02 AM Subject: [Flashcoders] Saving user feedback to file Hello, I need to create a Flash movie

Re: [Flashcoders] Saving user feedback to file

2008-08-11 Thread Ian Thomas
On Mon, Aug 11, 2008 at 11:21 AM, Paul Andrews [EMAIL PROTECTED] wrote: The other alternative is a technology such as Zinc to give you a wrapper to access the local filesystem. Or Northcode's SWFStudio: http://www.northcode.com/swfstudio.php Or SWHX: http://screenweaver.org/doku.php HTH,

Re: [Flashcoders] Saving user feedback to file

2008-08-11 Thread Piers Cowburn
- Original Message - From: Adrian MacTaggart [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, August 11, 2008 10:02 AM Subject: [Flashcoders] Saving user feedback to file Hello, I need to create a Flash movie that can save user feedback to a file. The saving doesn't need

RE: [Flashcoders] Saving user feedback to file

2008-08-11 Thread Adrian MacTaggart
: [Flashcoders] Saving user feedback to file You could use a Shared Object, if the data you're saving is pretty simple. If it's going to get quite complex though then AIR is definitely the way to go, you get SQLLite built in. Piers On 11 Aug 2008, at 11:21, Paul Andrews wrote: Adrian, Flash can't