I have a flash app that gets news from an external .txt file.
I want to be able to update the text file from a remote address but I have no clue where to start.
Any help or just a point in the right direction is greatly appreciated.
Thanks
Hi,
You can have php script running on remote address. This php script will open that particular .txt file and update the file by writing into it. Your flash application will keep on reading that updated file.
Regards, Teena