dynamic flash text
dynamic flash text
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- enjine0
yeah, this drove me nuts the first time it happened to me.
here's the word--your line of code:
myText.embedFonts = true;
isn't enough to embed the fonts.you actually need to create a blank dynamic text field somewhere off the viewable area of the stage and embed the fonts through the 'character' button, as you normally would.
you have to do this at least once for a movie even if you are dynamically creating the fonts.