My account
Shopping cart
Knowledge base
Support


Loader Pro V3 Methods



Overview | Properties | Methods | Events | XML

The Loader Pro V3 supports real time property setting so all methods but the setSize method were discountinued.

Method Description
setSize Sets the size of the Loader Pro v3 component in real time.
Syntax: setSize(width:Number,height:Number):Void
Returns: nothing

Usage:
loaderInstance.setSize(120,200)
unload Unloads the content of the Loader Pro v3 component in real time.
Syntax: unload():Void
Returns: nothing

Usage:
loaderInstance.unload();

Overview | Properties | Methods | Events | XML