loadVariablesNum remote? OH GOD SOMEBODY HELP ME!!!
Hey, I have been employing some dynamic flash techniques using this...
loadVariablesNum ("my_variables.txt"?Ran="+random(999), 0);
Which works if the text file is local, but in this case I need the text file to be on another server.
So to do that I tried this...
loadVariablesNum ("http://10.38.2.30/files/my_variables.txt"?Ran="+random(999), 0);
But my flash animation can't find them when it runs on the server.
I thought it might be a permissions thing, but the folder the text file is sitting in is granted full read permissions. Can anyone help me? Thanks in advance.
|