Pbs with XML dynamic text in Flash

Hi here,

Actually, i’m trying to make a dynamic website.
i’ve got lot of dynamic text ( XML ), with specific fonts.
my first problem is :

  • how to “include” the font (it’s a bitmap font) with my website (for people who don’t have this font) ?

my second question :

  • i want to add bold text, color text for my XML content…but how ?
    can i use HTML tags in my XML file ? ( for exemple : <bold></bold>, <font color>, etc…)

i’m wondering ( maybe it’s a dream !! ) if i can use CSS in XML ?

this the structure of my XML file :
[color=DarkOrange]<News>
<Item>
<Date>COLLECTIVITES:</Date>
<Info>
<![CDATA[my description here.<a href=www.mylinkhere.com</a>]]>
</Info>
</Item>
</News>
[/color]

Thanks very Much !

stef