I have a password protected site, and first the user txt was in the same directory as the swf file, and it worked fine. Then I created a new directory for the user.txt. And now I want to change the script to that directory. What command should I use, so my script understand what url it should go to?
My script to load user.txt from action command:
------------------------------
U = user add ".txt";
loadVariables (U, "", "POST"
------------------------------
Let's say I want to use this directory:
set main to
I tryed:
U = user add ".txt";
loadVariables (U, " "POST"
What is wrong?
Zit
My script to load user.txt from action command:
------------------------------
U = user add ".txt";
loadVariables (U, "", "POST"
------------------------------
Let's say I want to use this directory:
set main to
I tryed:
U = user add ".txt";
loadVariables (U, " "POST"
What is wrong?
Zit