I have a game called “MainGame.swf”, and a preloader called “GameLoader.swf.”
I use a font called Bell Mt Std, and I embed it in MainGame.swf by creating a font instance in the library, and from the code use the embed property, this works fine, however if I use a preloader, the font doesn’t show in MainGame.swf. I fixed this by embedding the Bell Mt Std inside of the preloader. Why do I have to embed the font in the loader, shouldn’t it just work by being in MainGame.swf