Forum Moderators: open
loadVariablesNum("site_title.txt", 0);
I have removed this line of code, saved the file (simply did "Save As...") and put it back up.
But somehow my logs show that, for the one day I had it up, I again got hits to site_title.txt.
Does anybody know how I can look through the file to see if that file reference is somewhere else too? I have looked through the debugger's output, and all the Actions frame by frame. I'll be happy to email the source file to anyone that might be able to help.
Thanks!
In the "Movie Explorer" dialog:
select "show action scripts" and deselect everything else, this will give you a list of all action scripts in your file.
This is what I see:
Frame 1
myText="";
Frame 2
stop();
Frame 3
if (myText == "") {
gotoAndPlay(2);
}
Frame 4
stop();
I don't see anything about site_title.txt, obviously. Hmm.
I don't think it can be a caching problem, since I saved my revised version under a different filename.
Anybody, anybody?
If this is all you did you only saved the .fla or source file. You still need to compile or publish it to make an .swf (File->Publish or CRTL+F12). I guess be sure to check the properties of the .swf for the last modified date before you upload it to be sure the changes took effect.
Not sure if this is redundant, but you only have to upload the .swf and not the .fla to your server.
Hope this helps.