Help  >  Flash Component Addons  >  Magnifier Glass  >  Component API

Component API

Component methods
show()

Makes the magnifier glass visible.

example:

glassInstanceName.show();

instanceName is the name of component instance on the stage



hide ( )

Makes the magnifier glass invisible.

example:

glassInstanceName.hide();

instanceName is the name of component instance on the stage