Skip to main content
Participant
December 20, 2006
Question

Update .txt File

  • December 20, 2006
  • 1 reply
  • 193 views
I'm using loadVar to load a .txt file into a dynamic text field. (data is a number)
I can't seem to get the send part down. I want to update the .txt file with the new info thats in a dynamic text field. (again just one number.)

Any Hints????
This topic has been closed for replies.

1 reply

Inspiring
December 20, 2006
If you wish to write something on the Text file or someother files, you can't do it with flash alone.
If you are using your swf in net you can use ASP/PHP/... server side script to save/update file.
if your swf is running on a local machine use third party tools Like MDM or ScreenWeaver ...