Problem with dynamic text

I have a text file that is loaded into a movie via loadvariables() function…

the exact code is quite simple:
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#0000FF]loadVariables[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“resume.txt”[/COLOR], [COLOR=#0000FF]this[/COLOR].[COLOR=#0000FF]_parent[/COLOR][COLOR=#000000])[/COLOR];
[/LEFT]
[/FONT]

It all works fine in the flash preview browser, but as soon as I upload it… I get like 6 open boxes, and no text!

www.mentalfabrications.com/test/resume.swf
www.mentalfabrications.com/test/resume.fla
www.mentalfabrications.com/test/resume.txt

I tried using arial and times new roman text. Neither of them show up outside of the flash player… But both work fine in flash.

Any thoughts?