This is weird.
I have a font embedded on, say, frame 11 – it doesn’t get used until frame 21.
I’m preloading everything using Jack Doyle’s LoaderMax classes. No problems there.
What’s weird is that after everything loads, there’s one text field (exists at design time) with the embedded font that doesn’t show any text; there’s another that exists on the same frame with the same embedded font that *does *show its text.
If I export the font on frame 1, the issue disappears, but why is that? Why does it show up for some TextFields but not for others? It’s driving me nuts!!!
Thanks for any advice!