Dynamically loaded text into movieclip using loadVariablesNum

arrrrrrrrgh!!!

I’m trying dynamically to load text from an external source into a movieclip, but all it does is opening the .txt file in a pop up window

loadVariablesNum("html/start.txt", _root.text);

why donsen’t it work? :h:
what am I doing wrong?