not in a php environment - pretty much has to be a pure flash solution - if possible...
________________________________________ From: [email protected] [[email protected]] On Behalf Of Eric E. Dolecki [[email protected]] Sent: Thursday, May 06, 2010 8:34 AM To: Flash Coders List Subject: Re: [Flashcoders] Writing to text file Use PHP or something like that as middleware. However can more than one app instance run at the same time? On Thu, May 6, 2010 at 8:24 AM, Lehr, Theodore <[email protected]>wrote: > Perhaps my methodology is wrong - here is what I want to do: > > Say I have 100 links... I want to track which ones get clicked the most and > have something like "Top 10 links" and have those be the ones that get > clicked the most. My thought was to have a text file on the server that I > can add to whenever a link gets clicked - so I would need to open and edit > the text file when something is linked... > > This would all be easier with a database but that is not an option so I am > trying to mimick on with a text file..... any thoughts on how I could do > this? > > ________________________________________ > From: [email protected] [ > [email protected]] On Behalf Of ekameleon [ > [email protected]] > Sent: Thursday, May 06, 2010 8:13 AM > To: Flash Coders List > Subject: Re: [Flashcoders] Writing to text file > > 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 > _______________________________________________ > 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 _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

