FlashRect
 
Syntax result:=GetIconProperty(@"IconTitle", #FlashRect)
 
Type Icon property
 
Description  This property indicates the size of a Flash movie as it was originally created in Flash. The result is returned as a rect; for example, rect(0,0,32,32).

For linked Flash movies, the FlashRect property returns a valid value only when the sprite's header has finished loading into memory.

You cannot set the value of FlashRect.
 

Example  This statement returns the original size of the Flash movie.

originalSize:=GetIconProperty(@"Flash Icon", #FlashRect)
Related Functions defaultRect property, defaultRectMode property


To Table of Contents Back to Previous document Forward to next document