I'm working on a site that's multi-language, so I'm loading in the fonts from a separate swf depending on the language. This all works fine.

Part of the project is to make a shareable component that can be embedded in web pages. These would also be loading the font swf, and the font is then coming from a different domain. This is not working - the font does not display.

I have my Security.allowDomain("*") in the font swf and I've put in traces which show the font swf is being loaded and the fonts exists and has all the correct values which I can access, it just won't display when not on the same domain.

Has anyone done this - loaded fonts across domains? If so any ideas what I should be looking at?