I have a movieclip with a dynamic textbox with italic font, I created the textbox and italic settings using the editor and not AS3.
In my code when I say
textbox.text = subtitle;
the textbox becomes blank.
I’m not getting any errors and tracing the text shows me exactly what I want it to. But in the swf, there is no text visible.
When I comment out the line; the text that is in the movieclip already – from using the editor and not AS3 – is visible and working.
Without changing the code, I tried the same textbox with regular, bold, and black font, and they all worked. Italic and Bold/Italic did not work.
It is embedded; as well as the same font in regular, bold, and black.
Can anyone help me out? :(
-Yoshiyahu