:bounce:I have some problems with saving external txt files apperently the
fscommand (“save”, “test.txt”);
doesn’t work in flash mx does anyone knows how I can resolve this problem?
The dynamic loading of txt files is no problem
loadVariablesNum (“test.txt”, 0);
:yoshi:I hope you can help so I can save my txt files online
thanks anyway
greetz
You can’t save to text files directly from flash, you have to use php. If you want an example script, just post and I’d be happy to whip one up for you 
Yes that would be very nice, I have put my source code online so you can see what I was trying to accomplish 
You can find it at
http://users.pandora.be/dorbecq/source.zip
Well, I couldn’t get it completely working per say… lol, I don’t have much time to mess with it though sorry.
Here’s an updated .fla, it all works I guess except that it’s not sending the variables to php. To use it, all you need is a PHP enabled server. Hopefully someone else can help you get it completely working though.
okay thanks for your help 