hey guys, I have a dynamic text field and html on
when i do
txt.htmlText = "my image: <img src="red.jpg">";
I see the image, but txt._height changes
I have my text field inside a movieclip so the movieclips height changes and thats bad for my project, is there any fix for this?