Hi, I was just making my footer and as you can see here it’s pretty much empty, because there’s supposed to be a small block of text under my name in it. In the fla I’ve used this peace of code in the actions of the first and only frame:
_root.loadVariables("http://blippo.addr.com/footer.txt");
stop();
And then I have a dynamic textbox that displays the variable quote. That’s because the file http://blippo.addr.com/footer.txt has this inside:
"e=Bla bla bla bla
So when I test my movie in Flash MX it works fine and it displays the text that it loaded from the URL. Now when I put this on the net, it doesn’t work, as you can right in my signature (unless I’ve gotten it to work by now, hehe).
All help is appreciated. Also, here’s the fla file.