BB FlashBack SDK: FBMovie

SWFBatchExport

Description

Exports the movie to Flash.

Using the PrepareSWFBatchExport and SWFBatchExport methods improves performance when repeatedly exporting a movie to Flash, in particular when exporting a small number of frames many times.

Syntax

[C#/C++]
public Bool SWFBatchExport (String sFileName, long StartFrame, long EndFrame, FBBatchExportToSWFParams *pSWFParams);

[VB.NET]
Public Function SWFBatchExport (ByVal sFileName As String, ByVal StartFrame As Long, ByVal EndFrame As Long, ByRef pSWFParams() As FBBatchExportToSWFParams ) As Boolean
 

Parameters

sFileName : the name of the SWF file to be created.

StartFrame, EndFrame : the start and end frames of the sequence to be exported.

pSWFParams : pointer to an FBBatchExportToSWFParams object that contains the parameters to be used in the export process.
 

Return Values

Returns True if the function succeeds, False if it fails.

Remarks

Export parameters need to be set using PrepareSWFBatchExport before calling SWFBatchExport.

See Also

FBMovie::IsSWFBatchExportReady  FBMovie::PrepareSWFBatchExport  FBBatchExportToSWFParams