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

ASPxClientObjectContainer.LoadMovie(layerNumber, url) Method

Loads the Flash movie to the specified layer.

Declaration

LoadMovie(
    layerNumber: number,
    url: string
): void

Parameters

Name Type Description
layerNumber number

An integer value that identifies a layer in which to load the movie.

url string

A string value that specifies the movie’s URL.

Remarks

Note

This member is in effect for a Flash object only.

See Also