Tagged Questions
1
vote
1answer
779 views
AS3 Font Embedding with htmlText
I have a dynamic textfield which uses html text loaded form an XML file:
XML:
<someText><![CDATA[I am <i>some</i> text.]]></someText>
As you can see, this uses ...
0
votes
1answer
494 views
Italic not working in XML?
Can anyone explain why all HTML tags are working/rendering in my XML but italic ?
Also, you can't put classes in xml right, I tried that it it didn't seem to recognized any classes.
Sorry getting ...