I’ve gotten Flash to load a bunch of variables from a .txt file so that if I want to give my game up for download people can change the variables in the .txt file to change the .swf without having access to the .fla, but the .swf will not use the updated .txt if I edit the file. I have to re-export the .fla for the changes to take effect. Any help with this? The code I use to load the variables is
#include "variables.txt"
Any help would be greatly appreciated.