OverviewExamples
| 
 table Flash.GetSize (  | 
flash_size = Flash.GetSize("Movie");
Gets the pixel dimensions of the "Movie" Flash object and stores the width and height values in the "flash_size" table. The dimensions can be accessed by referencing flash_size.Width and flash_size.Height.
See also: Related Actions