McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams

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