Skip to main content
A newer version of this page is available. .

ASPxClientObjectContainer.Pan(x, y, mode) Method

Pans a zoomed-in Flash movie to the specified coordinates.

Declaration

Pan(
    x: number,
    y: number,
    mode: number
): void

Parameters

Name Type Description
x number

An integer value that specifies the X-coordinate.

y number

An integer value that specifies the Y-coordinate.

mode number

0 the coordinates are pixels; 1 the coordinates are a percentage of the window.

Remarks

Note

This member is in effect for a Flash object only.

See Also