About Export Parameters Classes

These classes are used to pass parameters to the export methods of FBMovie :
ExportToAVI
ExportToSWF
ExportToEXE
ExportToFLV
ExportToWMV
ExportToMP4
ExportToGIF
ExportToQuickTime
SWFBatchExport
 

A pointer to a parameter class object, with its properties set to defaults, is returned from these methods of FBMovie :
GetDefaultAVIParams
GetDefaultSWFParams
GetDefaultWMVParams
GetDefaultEXEParams
GetDefaultFLVParams
 

When passing the parameter class object to ExportToXYZ, if its ShowOptions parameter is set to True, a dialog will be displayed that enables the user to change export parameters. If ShowOptions is set to False, the export takes place using the parameters specified in the object, and no dialog is displayed.