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: flashcoders-boun...@chattyfig.figleaf.com 
[flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ekameleon 
[ekamel...@gmail.com]
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 <ted_l...@federal.dell.com>

> Is it possible to use flash to write to a text file (maybe an xml
> file....)?
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to