Hey!! I have a website in one server, and on this server i can load external text files using this AS:
loadText = new LoadVars();
loadText.load(“mytextfile.txt”);
loadText.onLoad = function() {
name.text = this.name;
};
but i have an other website i did, and it is in a diferent server. The same AS doesnt work on this one. Does anyone knows why??? Should i ask for some kind of software to be available on this server for this AS to work???
I thought this was simple AS, and that it worked all the time!!!
hope I had made myself clear!!! thanks anyone!!!
cheers