MovieClip +--mx.skins.SkinElement
The class for skin elements. SkinElements support a common API for sizing and positioning If you do not have any other special needs just register your skins as skin elements. If you do have your own class, register that class anyway otherwise it will get re-registered as a skin element and your class code will not be executed. This is essentially UIObject without events, style API, and child object management.
height, top, visible, width_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursorstatic function registerElement(name:String, className:Function):VoidAll library assets that want to participate in our resizing and recoloring schemes need to be SkinElements or UIObjects. If you are not a SkinElement you must register here. Otherwise, you will be a SkinElement automatically
- Parameters
nameSymbol name of object classNameName of Class that supports the object