BB FlashBack SDK: FBExportToSWFParams

PreloadPercent

Description

Flash movies can start playback before the entire movie is downloaded. This property sets the percentage of the movie file that will be downloaded before playback starts.

Syntax

[C#/C++]
public long PreloadPercent;

[VB.NET]
Public Property PreloadPercent As Long

Remarks

The default value is zero. When set to zero, code in the SWF file will make a decision on whether to start playback or not, depending on the download rate and number of bytes left to download.

Setting this to a non-zero value overrides this processing, and playback will start when the specified percentage of the movie has been downloaded, regardless of the transfer rate.