Link to home
Start Free TrialLog in
Avatar of genepilot
genepilotFlag for United States of America

asked on

Flash Embedded Dynamic text not showing up when text changed.

Using Flash CS3, AS3:
I have a Dynamic text field (Arial, size=55, anti-aliased) which does not display dynamically changed text when the font is embedded.

If I turn embedding off, the changed text will show up, but all text has jagged edges (no anti-aliasing).
Avatar of Savong
Savong
Flag of United States of America image

Are you embedding all the necessary characters?  Also, when you say it doesn't display, does it display only what was previously there, does it display nothing?  Is the text to display bold or italic?
Avatar of genepilot

ASKER

Yes, I am embedding all fo the necesary characters (lowercase, uppercase, specific possible other characters).

If I don't change the text, it displays.  If I make a change to the text, it disappears completely.

I checked in the debugger and everything is as it should, but the text simply doesn't show up (text is being changed right after addChild().
How are you changing the text, and what is the text that should be displayed (including any styling)?
fooTextObject.text = someNewText;

Type: Dynamic Text
Font: Arial
Size: 55
Style: Bold
A\V: 1
Anti-alias for readability
Multiline
Embed: Uppercase, Lowercase, Numerals, !.,?
Just discovered the cause!

A\V: 1 was causing the problem!  Go Figure!
Glad you sorted it out!
I solved the question myself and posted the solution.

There is no way to accept your own post as a solution.
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial