dal forum di ationscript.org

DOMANDA:
am dynamically creating a textField.

_root.createTextField("firstText", 1, 300, this._y, 300, 100);
myFormat = new TextFormat()
myFormat.bold = 1;
_root.firstText.text = "just testing";
_root.firstText.setTextFormat(myFormat);
_root.firstText.embedFonts = 1;

I am trying to do this because i want to use the _rotation option on my text field. however, if the fonts are not embed text vanishes.
but, even when i do place the embed call text still vanishes. am unsure as to what might be the problem. any ideas?
RISPOSTA:
In order to use embedFonts, you first have to add the font to your library. (Add Fonts from the library menu). Then, make sure the linkage of the font is set to "Export for ActionScript"
non posso fare delle prove perchè qui non ho flash, però parla abbastanza chiaro 'sta cosa, se riesci a provare poi fai sapere mi raccomando

metto anche il link alla discussione completa in caso che la risposta non basti --> qui