I am importing an external text file into a Flash movie. I cannot see anyway of getting a TM (trademark) symbol into the Flash movie successfully.
Example:
text = "<b>Heading Text TM </b>"
Any help appreciated.
Simon
| SitePoint Sponsor |
I am importing an external text file into a Flash movie. I cannot see anyway of getting a TM (trademark) symbol into the Flash movie successfully.
Example:
text = "<b>Heading Text TM </b>"
Any help appreciated.
Simon
-----
Web Designer & Internet Consultant
www.simonlilly.co.uk
sililly@hotmail.com
-----





Originally Posted by simonlilly
Have you tried putting a
At the top of the first frame of your movie. Also how are you passing the TM as an ascii representation? Let me know and I can tell you the best way.Code:System.useCodePage = true;
Bookmarks