ActionScript font name references
Flash's internal names for embedded fonts are different from the names of the fonts themselves. This makes it maddening to identify what name ought to be used in ActionScript.
I stumbled upon someone who figured out a strategy to identify the internal name of any font. Basically, you make a dynamic text field in the authoring interface, set the desired font, and then trace the value of the text field's font name.
Boo-ya! Adobe, why is this so confusing?