Hello m8s,
I was following the ‘news-ticker tutorial’ the other day but couldn’t get ÅÄÖ to work with the embedded font (yes, the embedded font contains these characters).
It works great if I’m loading the xml from a local path but the thing with this news-ticker is that the xml-content will be updated as you reload the page (not saved in cache).
Therefor the path to the xml-file looks like this:
[COLOR=RoyalBlue]xmlData.load **(“http://www.something.com/news.xml?blarg=”+new Date().getTime());
**[/COLOR]
Is this a known problem or can it be fixed?