I know this has been covered before but im still having problems.
I have a text field.
I am loading it with AS like so:
donate_txt.html = true;
donate_txt.htmlText = "<FONT SIZE = '16' FACE = 'GillSans, arial, _sans'><B>Donate</B></FONT><BR><BR><FONT SIZE = '14' FACE = 'GillSans, arial, _sans'>A To Z Repairs Work, has been in business for a total of </FONT>"+getYears()+"<FONT SIZE = '14' FACE = 'GillSans, arial, _sans'> years, and is currently the primary sponsor and foundation builder for Crystals For Kids Foundation. C.F.K. started more than twelve years ago. All extra funds have gone toward the creation of C.F.K. Presently, funds are being aimed at gathering more gem claims, and obtaining other lands so kids will always have free camping in areas of great stone hunting.</FONT>";
the “donate_txt” textfield is set, using the prop inspector, to embed the “uppercase, lowercase, numbers, punctuation”
however, when the textfield is set to embed these fonts, none of the text appears (except for the string return of the getYears() function)
I’ve tried seting textfields off stage with their “embed fonts” turned on, but this doesn’t seem to work.
donate_txt will work when i turn remove the embeded fonts option, but the text looks like crap (no anti-aliasing, or smoothing)
please help.