Hello, I recently found out that trying to make a string bold at runtime does not work, or trying to unbold a bolded string. Basically you can't change the string's bold setting at runtime, only edittime.
Is this a bug, or just a limitation of flash?
Which features should work out of these: bold, underline, strikethrough, italicize, change font size, change font type, font color
Thank you,
Eliyahu
EDIT:
I made a test program on my own that tested: bold, italic, underline, strikeout, font size, color, and type.
These all worked, but when I built to flash, the only one that worked was color.
Added onto the fact that strings cannot do transparency in flash, this leaves them pretty crippled, so hopefully I can figure out a way to use the color instead of bolding to get the effect I wanted.