Help: Loading external .txt file

im trying to create a loadVariableNum() event in my flash movie. but i had this little problem that obviously i can’t work it out.

i am segregating the files needed for the movie to function properly…

SCENARIO: a folder named as “Directory” is my main folder where all my .txt files and subfolders(that contains my flash movies) are located.

PROBLEM: i want a flash movie in the subfolder named “Movies” to dynamically post or display a specific text with a specific variable in to my dynamic text box inside the flash movie by using the code below:


loadVariablesNum("txtFile.txt",1,"POST");

but my flash movie won’t display the text content of “txtFile.txt”, instead it flags error messages:

Error opening URL “file:///C|/Documents%20and%20Settings/mixeeplikstick.DEV%2DEN/Desktop/My%20Work/Directory/Movies/txtFile.txt”


i know there is something missing on my code…
help please! :jail: