BB FlashBack SDK: FBMovie

GetDefaultSWFParams

Description

Fills out an FBExportToSWFParams object with the default SWF export parameters.

Syntax

[C#/C++]
public void GetDefaultSWFParams (FBExportToSWFParams* pParams);

[VB.NET]
Public Sub GetDefaultSWFParams (ByRef pParams As FBExportToSWFParams)

Parameters

pParams (in) : pointer to an FBExportToSWFParams object.

Remarks

The FBExportToSWFParams object filled out by this method can be passed to a call to ExportToSWF. If its ShowOptions parameter is set to True, a standard options dialog is shown enabling the user to change export parameters.

When the SWF export parameters are changed by the user via the options dialog, these become the new defaults and will be returned from GetDefaultSWFParams the next time it is called.
 

See Also

About export parameter classes  FBMovie::ExportToSWF