embedFonts = true;
I've embed the Arial font and exported for actionscript but when I insert the line "newszlatest.embedFonts = true;" the text disappear. What's causing this?
this.createTextField("scroll_txt", this.getNextHighestDepth(), 143, 170, 648, 233);
this.createTextField("newszlatest", this.getNextHighestDepth(), 143, 170, 648, 233);
newszlatest.multiline = true;
newszlatest.wordWrap = true;
newszlatest.textColor = 0xFFFFFF;
newszlatest.embedFonts = true;
newszlatest.font = "Arial";