new aligner

Availability

Flash Player 7.

Usage

new aligner(host)

Parameters

host Stage (or Stage-similar movie clip) to align registered movie clips to.

(Stage-similar movie clip implements width and height properties, and broadcasts resize message.)

Returns

Nothing.

Description

Constructor; creates a new aligner object. aligner object aligns registered movie clips to the host.

Example

import xm.corpus.aligner;
toStageAligner = new aligner(Stage);
toMyClipAligner = new aligner(myClip);