so I have a dynamic textbox, with the var as text_Box. For some reason the Dynamic text box has a white background, that I can't remove. Is there a way I can change the color, or make it transparent, so that way the text is only showing? Remeber this is in AS3. Thanks in advanced. Trying to remove the white background, so only text is showing.

enter image description here

有帮助吗?

解决方案

assuming text_Box is a TextField object - try adding the following to your code:

text_Box.background = false;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top