I have two dynamic classic TextFields in a MovieClip, one with Arial Regular embedded and the other with Arial Bold, but the second TextField is not showing the bold text. It shows regular text. Here is how I am doing it:
a busy cat http://cubixshade.com/textz/sample.jpg
I change the text of two fields using
mc.txt1.text="changed text90";
mc.txt2.text="changed text90";
Both are shown in Arial Regular style.