【发布时间】:2010-09-15 13:20:36
【问题描述】:
我在 actionscript 中创建了一个 TextArea:
var textArea:TextArea = new TextArea();
我希望它有黑色背景。我试过了
textArea.setStyle("backgroundColor", 0x000000);
我试过了
textArea.opaqueBackground = 0x000000;
但 TextArea 保持白色。我该怎么办?
【问题讨论】:
标签: flash actionscript skinning