I can't load an external file! Shame on me!

Hey everyone,

I’m trying to create a news scroller where a dynamic newsfield scrolls across. This is how I load the external file:

loadVariables("http://www.turan.info/resources/newsline.txt",this)

I have put the variable “news1” in the var field of my text properties and this is the contents of the file: “news1=Blah is news number 1. You can enter up to 99 characters into this news message!”

Now when I test it locally it works, but when I upload it the text doesn’t come up…

Any ideas?