Groups | Blog | Home
all groups > flash actionscript > june 2005 >

flash actionscript : remove the border on InputText component


blesone_
6/5/2005 11:39:45 PM
does anyone know how to remove the border from the TextInput component ?

rlc5611
6/6/2005 12:41:09 AM
After you are sure that the text input component is fully instantiated, you can
use:

mytextinputinstancename.border_mc._visible = 0;

You may be able to execute that script immediately or you may need to put in a
slight delay (e.g. run it in a setInterval function). It just depends on how
slowly it loads from the library.
blesone_
6/6/2005 12:59:47 AM
thanks worked great

AddThis Social Bookmark Button