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 | A 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