Externally loading text aint working!

Trying to load some text from an external .txt file.

Got my dynamic text field ready with the var of ‘content’ (no quotes).

In the .txt file this is what I typed:


content=This is a test title

AS on the main timeline is:


loadVariablesNum("mytext.txt", 0);

It links to the file, everything is fine but it’s not working! Why the hell not, iv checked everything but it’s just not displaying the text in the text field…help!