sherwoodclark
Programmer
I can't get dynamic text to work with embedded fonts.
I put a dynamic text field, 'my_txt' on the stage and entered 'Sample Text' into the text field with Arial 12 pt bold. I then clicked on 'Embed...' and included upper and lower case characters. The text shows up fine when I test movie; however, if I change the text with Actionscript:
my_txt.text = 'New Text';
the text disappears. Even if I reassign 'Sample Text' to the text field:
my_txt.text = 'Sample Text';
it does not display.
What am I doing wrong?
I put a dynamic text field, 'my_txt' on the stage and entered 'Sample Text' into the text field with Arial 12 pt bold. I then clicked on 'Embed...' and included upper and lower case characters. The text shows up fine when I test movie; however, if I change the text with Actionscript:
my_txt.text = 'New Text';
the text disappears. Even if I reassign 'Sample Text' to the text field:
my_txt.text = 'Sample Text';
it does not display.
What am I doing wrong?