/ Published in: ActionScript 3
These two lines remove the border from an ActionScript 3 TextArea component instance. You can also double-click on the TextArea on the stage, go in to the 'focusRectSkin' MovieClip and set the 'border' layer as a guide.
Expand |
Embed | Plain Text
myTextArea.setStyle("focusRectSkin",Sprite); myTextArea.setStyle("upSkin",Sprite);
You need to login to post a comment.
