Hi Ben,

  you should embed font outlines not only for basic latin characters
  but for your special symbols, too. In the font embedding dialog
  box select code range Latin I (beside Basic Latin), or even Latin Extended A
  and B if needed. If you don't want to embed so many characters included in
  these ranges (few hundred glyphs), then enter only those characters
  into the "Include these characters" field what you need exactly, or
  if you use these characters frequently, you can create your own
  character range by editing the following XML file:

  C:\Documents and Settings\username\Local Settings\Application 
Data\Macromedia\Flash MX 2004\en\Configuration\FontEmbedding\UnicodeTable.xml

  and you don't need to use character entities, just simple utf-8
  characters
  
    Attila

  
BS> I am loading an html formatted text into a dynamic text instance. The 
loaded text is like this;
BS> 
BS> <![CDATA[
BS> <p>bla</p>
]]>>
BS> 
BS> I set the content of the dynamic text through .htmlText = ""; and included 
the font outlines.
BS> 
BS> All works fine. But... :) Anybody know how to get special characters in 
this textfield like the "é" etc.? I tried using &eacute; or %C1 types of 
syntax, but they either don't show up or mess up the rest of the text. They 
never show as they are supposed to.
BS> 
BS> Could It be the CDATA tag? Or am I missing something else here?




_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to