Why does Font.registerFont throw an error the second time a swf is loaded?
- by Al Brown
I've found an issue (in flash cs5) when using TLFTextfields and fonts shared at runtime, and I wondered if anyone has a solution.
Here's the scenario.
Fonts.swf: library for fonts (runtime
shared DF4)
Popup.swf: popup with a
TLFTextfield (with text in it) using
a font from Fonts.swf
Main.swf : the
main swf with a button that loads and
unloads…