Skip to main content

ASPxClientObjectContainer.GotoFrame(frameNumber) Method

Activates the specified frame in the Flash movie.

Declaration

GotoFrame(
    frameNumber: number
): void

Parameters

Name Type Description
frameNumber number

The requested frame.

Remarks

If the data for a requested frame is not yet available, the player goes to the last frame available and stops. To deretmine the percent of the Flash Player movie that has streamed into the browser, use the ASPxClientObjectContainer.PercentLoaded method.

Note

This member is in effect for a Flash object only.

See Also