I made a photo gallery using kirupa’s tutorial, http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm
My problem is that I can’t make the scandic characters (äöå) to work on the picture texts. For example if I write a word with a scandic character to a XML file
<pic>
<image>images/image1.jpg</image>
<caption>Hello ää</caption>
</pic>
it won’t show it on the flash file. Is there anyway to fix this problem?