Parseing xml nodes into a TextArea with embedFonts set to true

I did this tutorial: worked fine.
http://www.kirupa.com/developer/actionscript/xmldataflash.htm

Modified it to work on my site: worked fine.

But I have to use embedFonts for the TextArea and doesn’t display the parsed xml data when I do that.

Also, it seems to ignore the css file that I’m using to format the xml file with. Basically, all i can do is dump the whole xml file into the text area. I want to be able to parse the xml, applying data from specific nodes into specific textAreas on my site AND format the whole thing with an external css file.

thanks