Hi there

I use a flash xml template. My problem is when a .swf loads from which i load content through xml file. I use at the text area of flash file the Arial font.

At .xml the format is like this:

<?xml version="1.0" encoding="utf-8" ?>
<xml>
<content>
<description><![CDATA[This is an example of a content page with a long text formated with HTML.<br><br><font color="#ffffff" size="200">TITLE</font><br><font color="#ffffff" size="20">This content page can have images and formated text.</font> etc

When i try to change the font type like this:
<font face="Times New Roman" color="#ffffff" size="200">TITLE</font> then the word TITLE does not appear. This font is on my computer's fonts and i have included it at the dreamweaver's font library from where i edit my xml file. If i remove the face="" property then the text appears fine, but at the font i have set at the .fla file.

Any ideas about changing the font type at xml?
THank you in advance