bufferSize
 
Syntax SetIconProperty(@"IconTitle", #bufferSize, integer)
 
Type Icon property
 
Description  This property controls how many bytes of a linked Flash movie are streamed into memory at one time. The bufferSize property can have only integer values. This property has an effect only when the sprite icon's preload property is set to FALSE.

You can get and set the value of the bufferSize property. The default setting is 32768.
 

Example  The first line sets up a Flash movie for streaming and then sets its bufferSize property.

SetIconProperty(@"Flash Icon", #preload, False)
SetIconProperty(@"Flash Icon", #bufferSize, 65536)
Related Functions streamMode property, bytesStreamed property, stream method

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