# \[FMX2k4Pro\] Special Characters in a Dynamic Textbox

**URL:** https://forum.kirupa.com/t/fmx2k4pro-special-characters-in-a-dynamic-textbox/73273
**Category:** flash
**Created:** [December 14, 2004, 7:38pm UTC](https://forum.kirupa.com/t/fmx2k4pro-special-characters-in-a-dynamic-textbox/73273 "2004-12-14T19:38:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Neophyte1](https://avatars.discourse-cdn.com/v4/letter/n/e480ec/32.png) [@Neophyte1](https://forum.kirupa.com/u/Neophyte1)
#### Post date: [December 14, 2004, 7:38pm UTC](https://forum.kirupa.com/t/fmx2k4pro-special-characters-in-a-dynamic-textbox/73273/1 "2004-12-14T19:38:25Z")

</div>

Hi there. Just a quick question or two. I’m loading an external .txt file into a dynamic textbox, however, my special characters do not display (namely the % sign). Is there a way to fix this.

Thanks.

BTW, if this helps, the .txt file was created in Simpletext (MacOS 9.2) and the dynamic textbox is in a file created in Flash MX 2004 Professional (MacOS X). I use the following code to load the textbox:

loadVariables(“test.txt”,this);
