percentStreamed
 
Syntax integer:=GetIconProperty(@"IconTitle", #percentStreamed)
 
Type Icon property
 
Description  This property indicates what percent of a Flash movie has streamed into memory. This property returns an integer value from 0 to 100 percent.

You cannot set the percentStreamed property.
 

Example  This statement embedded in an icon displays the percent of the movie loaded.

GetIconProperty(@"Flash Icon", #percentStreamed)

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