[FMX] can't see text in browser

Here’s a stumper.

I have a flash file that reads an external text file.
Everything was working smoothly until this week when I updated the text file. The syntax is exactly the same, just replaced some names that are displayed.

Everyone can see the names when viewing the flash file on my dev server using any browser. But, when the files are moved to the live servers, I and a handful of others can not see the names when using IE 6, while others can.

using: loadVariablesNum(“flashLines.txt”, 0);

txt: &weekNum=8&team1A=Browns&team1B=Patriots (etc)

Any ideas?