I was making a flash movie at work that pulls external .txt file as variable and use it as a dynamic text. I couldn’t figure out why the Percent sign (%) wasn’t showing up. Comeds to find out that I needed to use Inline Text Escape Characters(scroll down).With this, % sign is %25. OK, I’m not going to care “why”. I am just glad that it works. Who knew!
Also reference: ASCII character code table
Related posts:
