Whenever I modify files from Mardoxx's https://github.com/Mardoxx/skyrimui , then publish them, without saving, its fine. But if I save/overwrite it as .fla, reopen it, then publish, "System Default" fonts are getting exported (and somewhat embedded in file I think, because the file size increases by ~50%).
- I'm using the whole setup from "Unofficial Skyrim UI SDK"
- the files compiled/published from Mardoxx's .fla files, without re-saving, are working fine in game
- I'm using the Flash CS4
I also noticed that text (such as $HEALTH) that is "hardcoded" in .fla file is using the correct fonts in game, but everything that is set from action script via:
mc.htmlText =
...is defaulting to system fonts. Any idea what could be causing this?
Thanks in advance for any hints!