Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Properties > _height | |||
Flash Lite 1.0.
my_mc:_height
Property (read-only); the height of the movie clip, in pixels.
The following example of event handler code sets the height of a movie clip when the user clicks the mouse button:
on(release) {tellTarget("my_mc") {_height = 200;}}
|
|
|
|