OK....I haven't asked a question in a while... but I have one that i need help on.
I have a text box set up which we will call "textbox" ... I have loaded a *.txt file into it and it is working fine.
Now the time has come that I want to have 2 *.txt files and I want both of them to load into the same text box("textbox"
according to which specific button is pressed.
To do this I have created a variable inside a movie clip which we will call "textload". When the first button is pressed I propose to set a variable which says textload=myfirstfile.txt
When the other button is pressed I would set the variable to read textload=mysecondfile.
on the same frame the textbox is on I have a LoadVariable action which has _root.mc.textload as the variable to load. The expression box is checked.
For some reason...it is not working...or at least not in Flash preview. It is giving me that white error message box which says it cannot find the address which since I used relative addressing it is trying to find it on my c:/ drive.
If I change the LoadVariable to the actual relative address instead of the variable which holds the address, it loads fine.
What am I doing wrong?
I have a text box set up which we will call "textbox" ... I have loaded a *.txt file into it and it is working fine.
Now the time has come that I want to have 2 *.txt files and I want both of them to load into the same text box("textbox"

To do this I have created a variable inside a movie clip which we will call "textload". When the first button is pressed I propose to set a variable which says textload=myfirstfile.txt
When the other button is pressed I would set the variable to read textload=mysecondfile.
on the same frame the textbox is on I have a LoadVariable action which has _root.mc.textload as the variable to load. The expression box is checked.
For some reason...it is not working...or at least not in Flash preview. It is giving me that white error message box which says it cannot find the address which since I used relative addressing it is trying to find it on my c:/ drive.
If I change the LoadVariable to the actual relative address instead of the variable which holds the address, it loads fine.
What am I doing wrong?