How to display scandinavian fonts properly

Hi
can anyone help me figure this one out.
I have made a photogallery using the excellent tutorial found here
(http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm)

I managed to put it together fine.
My problem is that some of the descriptions of my images require scandinavian fonts, like A and O with 2 dots over them.

Does nanyone know how to make flash do this, right now my fonts (the missing scandinavian letters only) display as rectangles or something similar.

Thanks
sami

incase anyone is wondering about the same problem, I solved it by adding this at the beginning of the movie clip that loads the xml file with the dfata:
system.useCodepage = true;
work perfectly