Try doing that with an external file and an exotic font :)
To prevent errors from my side i always place my text in a CDATA
(where appropriate) and make sure I have the htmlText option on.
When working with exotic fonts (not your standard verdana, times or
arial) you might get in trouble.
Sid
On Jun 12, 2008, at 4:30 PM, Kenneth Kawamoto wrote:
Are you sure about that?
var xml:XML = new XML(<dep>Fin & IT</dep>);
var tf:TextField = new TextField();
tf.text = xml;
addChild(tf);
I get "Fin & IT" in the TextField.
Kenneth Kawamoto
http://www.materiaprima.co.uk/
Sidney de Koning wrote:
But you have to say your textfield is HtmlText else it wont render
and just shows you & instead of &
On Jun 12, 2008, at 3:21 PM, ACE Flash wrote:
i got it,
uses... => &
On Thu, Jun 12, 2008 at 9:14 AM, ACE Flash <[EMAIL PROTECTED]>
wrote:
hey there,
Is it possible to display "&" in the xml file? I tried to convert
it to
%26, but it won't display "&" in the flash
for example:
<dep>Fin & IT </dep>
thanks
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders